aboutsummaryrefslogtreecommitdiff
path: root/dmenu_run
diff options
context:
space:
mode:
authorProsperousPotato <114923153+ProsperousPotato@users.noreply.github.com>2025-12-02 17:41:26 +0000
committerGitHub <noreply@github.com>2025-12-02 17:41:26 +0000
commited3a6e720b55ea0be8adabcbc650d2f04c6d5fda (patch)
tree25fc94db558f4c3992c3305ee99511b546fab2d1 /dmenu_run
parent486d6079038c3e34bf8e0c89e44b14a1907c91c3 (diff)
update dmenu config
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 247d658..834ede5 100755
--- a/dmenu_run
+++ b/dmenu_run
@@ -1,2 +1,2 @@
#!/bin/sh
-cat ~/.local/src/dmenu/include_dmenu | dmenu "$@" | ${SHELL:-"/bin/sh"} &
+dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &