add hostname check

This commit is contained in:
Ray Elliott 2020-03-31 21:54:58 +01:00
parent 0bacd6e683
commit cd9cb26062
1 changed files with 4 additions and 2 deletions

View File

@ -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