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 | |
| parent | 4168d10179a738a3b19283749f9799004c054a93 (diff) | |
Add files via upload
| -rw-r--r-- | dmenu_run | 2 | ||||
| -rw-r--r-- | include_dmenu | 10 |
2 files changed, 7 insertions, 5 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"} & diff --git a/include_dmenu b/include_dmenu index e6a405c..5734b5d 100644 --- a/include_dmenu +++ b/include_dmenu @@ -1,7 +1,9 @@ steam -pcmanfm discord -heroic +dolphin +heroic-run qbittorrent -SlayTheSpire -floorp +librewolf-bin +arandr +spyro +super_mario_all-stars |
