summaryrefslogtreecommitdiffstats
path: root/patches/x11-misc/dmenu
diff options
context:
space:
mode:
authorturret <turret@duck.com>2026-01-16 18:33:51 -0600
committerturret <turret@duck.com>2026-01-16 18:33:51 -0600
commitf6e8612c574a1fd349b9df05cc527f6c9a760574 (patch)
treebc1ab0412e1d3301193dea06ca16569f6cf65249 /patches/x11-misc/dmenu
parentb874d76c7b11e16ee99c555c48806a78c4b993d9 (diff)
downloadportage-savedconfig-master.tar.gz
portage-savedconfig-master.tar.bz2
portage-savedconfig-master.zip
update 2026HEADmaster
Diffstat (limited to 'patches/x11-misc/dmenu')
-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"}