aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJopStro <[email protected]>2020-06-30 14:12:46 +0100
committerJopStro <[email protected]>2020-06-30 14:12:46 +0100
commit0e7e3694c4f886fbaf327f6def9002af03d5dd06 (patch)
tree670934c74ab073ad1e4764678965960aeeb5d744
parent5331d610b7b8aef58dcb7c7b0f18c346f7327df3 (diff)
Fix for noswallow_dmenu for bash
-rwxr-xr-x[-rw-r--r--]examples/scripts/noswallow_dmenu2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scripts/noswallow_dmenu b/examples/scripts/noswallow_dmenu
index cf442b7..3afd83a 100644..100755
--- a/examples/scripts/noswallow_dmenu
+++ b/examples/scripts/noswallow_dmenu
@@ -5,7 +5,7 @@ killall bspswallow
dmenu_run
# Hang until dmenu is closed
-while pidof dmenu; do
+while pidof dmenu; do continue
done
#If you frequently use dmenu_run without spawing a window commentout this while loop and uncomment the commented out part below