summaryrefslogtreecommitdiffstats
path: root/patches/x11-misc/dmenu/0001-synchronous-over-async.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/x11-misc/dmenu/0001-synchronous-over-async.patch')
-rw-r--r--patches/x11-misc/dmenu/0001-synchronous-over-async.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/patches/x11-misc/dmenu/0001-synchronous-over-async.patch b/patches/x11-misc/dmenu/0001-synchronous-over-async.patch
new file mode 100644
index 0000000..f7ecbb7
--- /dev/null
+++ b/patches/x11-misc/dmenu/0001-synchronous-over-async.patch
@@ -0,0 +1,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"}