summaryrefslogtreecommitdiffstats
path: root/patches/x11-misc/dmenu/0001-synchronous-over-async.patch
blob: f7ecbb7ad6c0328dd848bc6f4b4f71b61e8beebb (plain)
1
2
3
4
5
6
7
8
diff --git a/dmenu_run b/dmenu_run
index 834ede5..56fc654 100755
--- a/dmenu_run
+++ b/dmenu_run
@@ -1,2 +1,2 @@
 #!/bin/sh
-dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
+dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"}