Compare commits
2 Commits
d1404539f5
...
1d92f7e6f9
Author | SHA1 | Date |
---|---|---|
Ray Elliott | 1d92f7e6f9 | |
Ray Elliott | 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