diff options
| author | turret <turret@duck.com> | 2026-01-16 18:33:51 -0600 |
|---|---|---|
| committer | turret <turret@duck.com> | 2026-01-16 18:33:51 -0600 |
| commit | f6e8612c574a1fd349b9df05cc527f6c9a760574 (patch) | |
| tree | bc1ab0412e1d3301193dea06ca16569f6cf65249 /patches/x11-misc/dmenu/0001-synchronous-over-async.patch | |
| parent | b874d76c7b11e16ee99c555c48806a78c4b993d9 (diff) | |
| download | portage-savedconfig-master.tar.gz portage-savedconfig-master.tar.bz2 portage-savedconfig-master.zip | |
Diffstat (limited to 'patches/x11-misc/dmenu/0001-synchronous-over-async.patch')
| -rw-r--r-- | patches/x11-misc/dmenu/0001-synchronous-over-async.patch | 8 |
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"} |
