From b5a99cc5c9fce4c657d1ada2c1893178a685baae Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 26 Apr 2022 17:25:47 +0200 Subject: update to fzf --- .local/bin/dmconf | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 .local/bin/dmconf (limited to '.local/bin/dmconf') 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 -- cgit v1.2.3