Compare commits
No commits in common. "1d92f7e6f961b780f0a61a37ad2aff59e1eec0bb" and "d1404539f518f16bd9c54350cff878f709f1c995" have entirely different histories.
1d92f7e6f9
...
d1404539f5
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 X
|
||||
bspc monitor HDMI-0 -n pat-0 -d I II III IV V VI VII VIII IX
|
||||
# the other one
|
||||
bspc monitor DVI-0 -n pat-1 -d 001 010 011 100 x101
|
||||
bspc monitor DVI-0 -n pat-1 -d 001 010 011 100 101
|
||||
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.patricia &
|
||||
elif [ "$(hostname)" = Pamela ] ; then
|
||||
# AOC
|
||||
|
|
Loading…
Reference in New Issue