update monitor names
This commit is contained in:
parent
9a50092488
commit
1a7ded9e3e
4
bspwmrc
4
bspwmrc
|
@ -4,9 +4,9 @@ if pgrep sxhkd ; then pkill sxhkd; fi
|
||||||
|
|
||||||
if [ "$(hostname)" = Patricia ] ; then
|
if [ "$(hostname)" = Patricia ] ; then
|
||||||
# aoc
|
# 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
|
# 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 &
|
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia &
|
||||||
elif [ "$(hostname)" = Pamela ] ; then
|
elif [ "$(hostname)" = Pamela ] ; then
|
||||||
# AOC
|
# AOC
|
||||||
|
|
Loading…
Reference in New Issue