aboutsummaryrefslogtreecommitdiff
path: root/dmenu_run
diff options
context:
space:
mode:
authorProsperousPotato <114923153+ProsperousPotato@users.noreply.github.com>2024-07-24 18:38:08 -0100
committerGitHub <noreply@github.com>2024-07-24 18:38:08 -0100
commit084cac2cc4a8842f9844f3c26ae9bc492757712a (patch)
treeec5b87a2fb8a26a7ae01d3958f76551f94b37e07 /dmenu_run
parentfc0b9546f320228b7224faf07ca1a5782ac3b95e (diff)
Add files via upload
Diffstat (limited to 'dmenu_run')
-rw-r--r--dmenu_run2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu_run b/dmenu_run
index 8b4be09..7a2a1cc 100644
--- a/dmenu_run
+++ b/dmenu_run
@@ -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"} &