diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-12 15:25:17 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-12 15:25:17 +0900 |
| commit | b28e21399a89d4db278c742f1d902e8502ced110 (patch) | |
| tree | 3337c1d8a8aa5050707006b84a6826fd6a2e6da7 /dmenu | |
| parent | 98e1a912e422bd23d8b65cf578ca0b3757020e87 (diff) | |
modified dmenu/dmenu_run, modified dwm/dwm.c
Diffstat (limited to 'dmenu')
| -rwxr-xr-x | dmenu/dmenu_run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu/dmenu_run b/dmenu/dmenu_run index b1bd32f..834ede5 100755 --- a/dmenu/dmenu_run +++ b/dmenu/dmenu_run @@ -1,2 +1,2 @@ #!/bin/sh -dmenu_path | dmenu -i "$@" | ${SHELL:-"/bin/sh"} & +dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} & |
