diff options
author | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 12:51:31 +0530 |
---|---|---|
committer | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 12:51:31 +0530 |
commit | 608e5b5306c1ca188960fd1d2a247776d9c2d08e (patch) | |
tree | 6654e61bd09890762f75ff7b1fa6fad27669cf6e /dmenu_run | |
parent | 629c84ae0977af9eb536a6aca9308aa819a3c16b (diff) |
navhistory patch
Diffstat (limited to 'dmenu_run')
-rwxr-xr-x | dmenu_run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} & +dmenu_path | dmenu -H "${XDG_CACHE_HOME:-$HOME/.cache/}/dmenu_run.hist" "$@" | ${SHELL:-"/bin/sh"} & |