diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-10-26 16:10:08 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-10-26 16:10:08 +0530 |
commit | ad89fc407d11da3980095df06d61ce13c23ae62f (patch) | |
tree | 2f6f935a557717822c07a6b9d492f63cfb9bff19 /dmenu_run | |
parent | 8576917fb2651003a84f842a5a1a00cd1324b855 (diff) |
Implementing dmenu_exclude
Diffstat (limited to 'dmenu_run')
-rwxr-xr-x | dmenu_run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} & +dmenu_path | grep -vw -f /usr/local/bin/dmenu_exclude | dmenu "$@" | ${SHELL:-"/bin/sh"} & |