From 23e313f2e11715c7f4e093b2d211a08eadfbb7ed Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 24 Apr 2022 17:45:32 +0200 Subject: new scripts pog ; --- .local/bin/dmconf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .local/bin/dmconf (limited to '.local/bin/dmconf') diff --git a/.local/bin/dmconf b/.local/bin/dmconf new file mode 100755 index 0000000..931fe3d --- /dev/null +++ b/.local/bin/dmconf @@ -0,0 +1,6 @@ +#!/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 -- cgit v1.2.3