aboutsummaryrefslogtreecommitdiff
path: root/dmenu_run
diff options
context:
space:
mode:
authorProsperousPotato <114923153+ProsperousPotato@users.noreply.github.com>2024-07-24 13:37:35 -0100
committerGitHub <noreply@github.com>2024-07-24 13:37:35 -0100
commitdb4521caf25be8a4b3fa857687000bcb329e7cd0 (patch)
tree5b66ae42ac7a76bd03bcefdb02db45984efa9f3a /dmenu_run
parent4168d10179a738a3b19283749f9799004c054a93 (diff)
Add files via upload
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"} &