aboutsummaryrefslogtreecommitdiff
path: root/dmenu_run
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu_run')
-rw-r--r--dmenu_run2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu_run b/dmenu_run
index 1883e10..fe882d2 100644
--- a/dmenu_run
+++ b/dmenu_run
@@ -1,2 +1,2 @@
#!/bin/sh
-dmenu_path | grep -f /home/arch/dmenu/include_dmenu | grep -v -F "steamdeps" | grep /home/arch/Games/Slay.the.Spire.v2.3.4/Slay.the.Spire.v2.3.4/ | dmenu "$@" | ${SHELL:-"/bin/sh"} &
+dmenu_path | grep -F -f ~/dmenu/include_dmenu | grep -v -F -f ~/dmenu/exclude_dmenu | dmenu "$@" | ${SHELL:-"/bin/sh"} &