add hostname check
This commit is contained in:
parent
0bacd6e683
commit
cd9cb26062
1 changed files with 4 additions and 2 deletions
6
bspwmrc
6
bspwmrc
|
|
@ -1,7 +1,9 @@
|
|||
#! /bin/sh
|
||||
|
||||
bspc monitor HDMI-0 -d I II III IV V VI VII
|
||||
bspc monitor DVI-0 -d VIII IX X
|
||||
if [ "$(hostname)" = Patricia ] ; then
|
||||
bspc monitor HDMI-0 -d I II III IV V VI VII
|
||||
bspc monitor DVI-0 -d VIII IX X
|
||||
fi
|
||||
|
||||
bspc config border_width 1
|
||||
bspc config window_gap 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue