diff options
| -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 |
