diff options
| -rwxr-xr-x | dmenu/dmenu_run | 2 | ||||
| -rw-r--r-- | dwm/dwm.c | 2 |
2 files changed, 2 insertions, 2 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"} & @@ -2259,7 +2259,7 @@ run(void) void runAutostart(void) { - system("killall -q dwmblocks && sleep 1 && dwmblocks &"); + system("killall -q dwmblocks; sleep 1 && dwmblocks &"); } void |
