removed unused desktop 0

This commit is contained in:
madmaurice 2015-06-11 11:51:43 +02:00
parent 84968c9b91
commit 823f3de739

View file

@ -3,12 +3,12 @@
INTERN="LVDS1"
EXTERN="VGA1"
bspc monitor $INTERN -d 1 2 3 4 5 6 7 8 9 0
bspc monitor $INTERN -d 1 2 3 4 5 6 7 8 9
EXTERN_CONNECTED=$(bspc query -M | grep $EXTERN)
if [ -n "$EXTERN_CONNECTED" ]; then
bspc monitor $EXTERN -d 1 2 3 4 5 6 7 8 9 0
bspc monitor $EXTERN -d 1 2 3 4 5 6 7 8 9
else
bspc monitor $EXTERN -d
fi