dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f20ff713cdb1f254d688081d3c93b10fd3efe416
parent fe2f35a236edc9cf82a90aef17616bc34e17cffe
Author: mrgrouse <bdmfegys@duck.com>
Date:   Sun, 28 Jul 2024 18:33:37 -0400

nsxiv - key-handler: nsxiv now creates cached file containing path to previous wallpaper for reference

Diffstat:
Mnsxiv/exec/key-handler | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/nsxiv/exec/key-handler b/nsxiv/exec/key-handler @@ -47,6 +47,7 @@ while read file; do xrdb -load "$HOME/.config/X11/Xresources" xdotool key alt+F5 feh --no-fehbg --bg-scale "$file" + echo "$file" > "$HOME/.cache/wall.txt" ;; "g") pgrep xgifwallpaper || xgifwallpaper -s FILL "$file" || pkill xgifwallpaper && xgifwallapper -S FILL "$file"