Lots: Fix miscellanea that cropped up with a host rename
This commit is contained in:
parent
8ef6a86275
commit
9f84f2ecbc
@ -90,7 +90,7 @@ esac
|
|||||||
## Rules
|
## Rules
|
||||||
bspc rule -r '*'
|
bspc rule -r '*'
|
||||||
case $HOSTNAME in
|
case $HOSTNAME in
|
||||||
dsk-cstm-0)
|
dsk-cstm-0*)
|
||||||
# Big boy gets pseudotiled Firefox
|
# Big boy gets pseudotiled Firefox
|
||||||
bspc rule -a Firefox state=pseudo_tiled rectangle=1920x1080+0+0
|
bspc rule -a Firefox state=pseudo_tiled rectangle=1920x1080+0+0
|
||||||
;;
|
;;
|
||||||
|
3
.config/firestarter/hkd
Executable file
3
.config/firestarter/hkd
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#.fsdefaults
|
||||||
|
command -v sxhkd
|
||||||
|
sxhkd
|
2
.xinitrc
2
.xinitrc
@ -21,7 +21,7 @@ case $(hostname) in
|
|||||||
vm-*)
|
vm-*)
|
||||||
xrandr --output Virtual-1 --mode 1920x1080 --rate 60 --primary
|
xrandr --output Virtual-1 --mode 1920x1080 --rate 60 --primary
|
||||||
;;
|
;;
|
||||||
dsk-cstm-0)
|
dsk-cstm-0*)
|
||||||
xrandr --output DisplayPort-1 --mode 2560x1440 --rate 144 --primary
|
xrandr --output DisplayPort-1 --mode 2560x1440 --rate 144 --primary
|
||||||
xrandr --output HDMI-A-0 --mode 1920x1080 --rate 60 --pos 2560x360
|
xrandr --output HDMI-A-0 --mode 1920x1080 --rate 60 --pos 2560x360
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user