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