diff options
| author | ProsperousPotato <114923153+ProsperousPotato@users.noreply.github.com> | 2024-07-24 18:38:08 -0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-24 18:38:08 -0100 |
| commit | 084cac2cc4a8842f9844f3c26ae9bc492757712a (patch) | |
| tree | ec5b87a2fb8a26a7ae01d3958f76551f94b37e07 | |
| parent | fc0b9546f320228b7224faf07ca1a5782ac3b95e (diff) | |
Add files via upload
| -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 |
