diff options
| author | ProsperousPotato <114923153+ProsperousPotato@users.noreply.github.com> | 2024-07-24 13:37:35 -0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-24 13:37:35 -0100 |
| commit | db4521caf25be8a4b3fa857687000bcb329e7cd0 (patch) | |
| tree | 5b66ae42ac7a76bd03bcefdb02db45984efa9f3a /dmenu_run | |
| parent | 4168d10179a738a3b19283749f9799004c054a93 (diff) | |
Add files via upload
Diffstat (limited to 'dmenu_run')
| -rw-r--r-- | dmenu_run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"} & |
