summaryrefslogtreecommitdiffstats
path: root/bin/dzen2_pgrp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dzen2_pgrp.sh')
-rw-r--r--bin/dzen2_pgrp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dzen2_pgrp.sh b/bin/dzen2_pgrp.sh
index 3a74831..d94cfe7 100644
--- a/bin/dzen2_pgrp.sh
+++ b/bin/dzen2_pgrp.sh
@@ -34,7 +34,7 @@ cat $* | $DZEN2 -xs ${SCREEN} -x 0 -w ${OFFSET} -ta l -fn "${FONT}" -bg black -e
MAIN=$!
# kill bars on new RandR config
-( ${DIR}/bin/xrandr-notify && kill ${MAIN} ) &
+( ${DIR}/bin/xrandr-notify ; kill ${MAIN} ) &
wait $MAIN