diff options
-rw-r--r-- | dmenu_exclude | 1 | ||||
-rwxr-xr-x | dmenu_run | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dmenu_exclude b/dmenu_exclude new file mode 100644 index 0000000..a66c926 --- /dev/null +++ b/dmenu_exclude @@ -0,0 +1 @@ +pic @@ -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"} & |