summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustsaumit <justsaumit@draconyan.xyz>2022-03-03 17:41:44 +0530
committerjustsaumit <justsaumit@draconyan.xyz>2022-03-03 17:41:44 +0530
commitb17fc15d470a338804958fada5d6f7c20805939d (patch)
treef92302afb8f1789f8412e815e3ad6226114d7a9b
parent710cf3c9cca206729d2469dfb5bb6e4dd09da438 (diff)
dmenu_exclude
-rw-r--r--dmenu_exclude1
-rwxr-xr-xdmenu_run2
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
diff --git a/dmenu_run b/dmenu_run
index 59ec622..4fde442 100755
--- a/dmenu_run
+++ b/dmenu_run
@@ -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"} &