diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index e6b82311..ed9ab1ab 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -90,7 +90,7 @@ esac ## Rules bspc rule -r '*' case $HOSTNAME in - dsk-cstm-0) + dsk-cstm-0*) # Big boy gets pseudotiled Firefox bspc rule -a Firefox state=pseudo_tiled rectangle=1920x1080+0+0 ;; diff --git a/.config/firestarter/hkd b/.config/firestarter/hkd new file mode 100755 index 00000000..dc3a4609 --- /dev/null +++ b/.config/firestarter/hkd @@ -0,0 +1,3 @@ +#.fsdefaults +command -v sxhkd +sxhkd diff --git a/.xinitrc b/.xinitrc index 358a7344..d0330153 100755 --- a/.xinitrc +++ b/.xinitrc @@ -21,7 +21,7 @@ case $(hostname) in vm-*) 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 HDMI-A-0 --mode 1920x1080 --rate 60 --pos 2560x360 ;;