diff options
author | justsaumit <justsaumit@draconyan.xyz> | 2022-03-03 17:41:44 +0530 |
---|---|---|
committer | justsaumit <justsaumit@draconyan.xyz> | 2022-03-03 17:41:44 +0530 |
commit | b17fc15d470a338804958fada5d6f7c20805939d (patch) | |
tree | f92302afb8f1789f8412e815e3ad6226114d7a9b /dmenu_run | |
parent | 710cf3c9cca206729d2469dfb5bb6e4dd09da438 (diff) |
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 -H "${XDG_CACHE_HOME:-$HOME/.cache/}/dmenu_run.hist" "$@" | ${SHELL:-"/bin/sh"} & +dmenu_path | awk '$0!="pic"' |dmenu -H "${XDG_CACHE_HOME:-$HOME/.cache/}/dmenu_run.hist" "$@" | ${SHELL:-"/bin/sh"} & |