diff options
| author | Blista Kanjo | 2022-10-15 22:32:22 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-10-15 22:32:22 -0400 |
| commit | 80d19eacd607b79c14c611680c0457b56e83150c (patch) | |
| tree | 5887ffe1a971fd6c20f262fa3a9e5c9c5e7ed71a /.config/dunst/dmenu-dunst/dmenu_path | |
| parent | af157e1d237b01fca10d4e960f0356f23e1b2f95 (diff) | |
refactor: going back to xfce4-notifyd due to bad dunst usability (maybe next time)
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 |
