diff options
| author | Blista Kanjo | 2023-07-10 22:19:31 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-07-10 22:19:31 -0400 |
| commit | eedd1aaac5c7381b68782dd53cf714082fb8ed86 (patch) | |
| tree | dec4c228e853ff865077f3d3dedad8f39a4cd45a /.config/dunst/dmenu-dunst/dmenu_path | |
| parent | c64683a26afd6e76f0d271ee578a56736f9d742b (diff) | |
refactor: delete dmenu-dunst folder
Diffstat (limited to '.config/dunst/dmenu-dunst/dmenu_path')
| -rwxr-xr-x | .config/dunst/dmenu-dunst/dmenu_path | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.config/dunst/dmenu-dunst/dmenu_path b/.config/dunst/dmenu-dunst/dmenu_path deleted file mode 100755 index 3a7cda7..0000000 --- a/.config/dunst/dmenu-dunst/dmenu_path +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -cachedir="${XDG_CACHE_HOME:-"$HOME/.cache"}" -cache="$cachedir/dmenu_run" - -[ ! -e "$cachedir" ] && mkdir -p "$cachedir" - -IFS=: -if stest -dqr -n "$cache" $PATH; then - stest -flx $PATH | sort -u | tee "$cache" -else - cat "$cache" -fi |
