Merge branch 'master' of ssh://git.rayelliott.dev:3222/dots/bspwm
This commit is contained in:
commit
0ceed8d298
4
bspwmrc
4
bspwmrc
|
@ -4,9 +4,9 @@ if pgrep sxhkd ; then pkill sxhkd; fi
|
|||
|
||||
if [ "$(hostname)" = Patricia ] ; then
|
||||
# aoc
|
||||
bspc monitor HDMI-0 -n pat-0 -d I II III IV V VI VII VIII IX
|
||||
bspc monitor HDMI-0 -n pat-0 -d I II III IV V VI VII VIII IX X
|
||||
# the other one
|
||||
bspc monitor DVI-0 -n pat-1 -d 001 010 011 100 101
|
||||
bspc monitor DVI-0 -n pat-1 -d 001 010 011 100 x101
|
||||
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia &
|
||||
elif [ "$(hostname)" = Pamela ] ; then
|
||||
# AOC
|
||||
|
|
Loading…
Reference in New Issue