add hostname check
This commit is contained in:
parent
0bacd6e683
commit
cd9cb26062
2
bspwmrc
2
bspwmrc
|
@ -1,7 +1,9 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
|
if [ "$(hostname)" = Patricia ] ; then
|
||||||
bspc monitor HDMI-0 -d I II III IV V VI VII
|
bspc monitor HDMI-0 -d I II III IV V VI VII
|
||||||
bspc monitor DVI-0 -d VIII IX X
|
bspc monitor DVI-0 -d VIII IX X
|
||||||
|
fi
|
||||||
|
|
||||||
bspc config border_width 1
|
bspc config border_width 1
|
||||||
bspc config window_gap 0
|
bspc config window_gap 0
|
||||||
|
|
Loading…
Reference in New Issue