summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmbin
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/dmbin')
-rwxr-xr-x.local/bin/dmbin6
1 files changed, 0 insertions, 6 deletions
diff --git a/.local/bin/dmbin b/.local/bin/dmbin
deleted file mode 100755
index 2d2405b..0000000
--- a/.local/bin/dmbin
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh -e
-
-file=$(find "$HOME"/.local/bin -type f | dmenu -i -l 20 -m 0)
-bsdsetsid emacsclient -c "$file"
-kill -9 "$(ps -p $$ -oppid=)"
-exit