summaryrefslogtreecommitdiff
path: root/dmenu_run
diff options
context:
space:
mode:
authorjustsaumit <justsaumit@draconyan.xyz>2022-03-02 12:51:31 +0530
committerjustsaumit <justsaumit@draconyan.xyz>2022-03-02 12:51:31 +0530
commit608e5b5306c1ca188960fd1d2a247776d9c2d08e (patch)
tree6654e61bd09890762f75ff7b1fa6fad27669cf6e /dmenu_run
parent629c84ae0977af9eb536a6aca9308aa819a3c16b (diff)
navhistory patch
Diffstat (limited to 'dmenu_run')
-rwxr-xr-xdmenu_run2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu_run b/dmenu_run
index 834ede5..59ec622 100755
--- a/dmenu_run
+++ b/dmenu_run
@@ -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"} &