diff options
| -rw-r--r-- | dmenu_run | 2 | ||||
| -rw-r--r-- | include_dmenu | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -dmenu_path | grep -Ff ~/dmenu/include_dmenu | grep -v -e dolphin-emu-nogui -e dolphin-tool | dmenu "$@" | ${SHELL:-"/bin/sh"} & +dmenu_path | grep -v -F "^." ~/dmenu/include_dmenu | dmenu "$@" | ${SHELL:-"/bin/sh"} & diff --git a/include_dmenu b/include_dmenu index 5734b5d..6049dd4 100644 --- a/include_dmenu +++ b/include_dmenu @@ -1,9 +1,12 @@ +arandr steam discord dolphin +dolphin-emu heroic-run qbittorrent librewolf-bin -arandr spyro super_mario_all-stars +xclock +xcalc |
