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 /dmenu_run | |
| parent | fc0b9546f320228b7224faf07ca1a5782ac3b95e (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 -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"} & |
