diff options
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/dmbin | 6 | ||||
-rwxr-xr-x | .local/bin/dmconf | 6 | ||||
-rwxr-xr-x | .local/bin/dme | 6 |
3 files changed, 0 insertions, 18 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 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 diff --git a/.local/bin/dme b/.local/bin/dme deleted file mode 100755 index dce2484..0000000 --- a/.local/bin/dme +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -e - -file=$(find . -type f | dmenu -i -l 30 -m 0) -bsdsetsid emacsclient -c "$file" -kill -9 "$(ps -p $$ -oppid=)" -exit |