dotfiles

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

commit 9ee083186832afc66c1ff08a0d171ea1155af884
parent 99ecc0d11d1c53c0436c4c810c6abefcdaa78bfb
Author: mrgrouse <bdmfegys@duck.com>
Date:   Fri, 17 May 2024 22:06:40 -0400

key-handler: remove unused comments and clean optional pywal lines

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

diff --git a/nsxiv/exec/key-handler b/nsxiv/exec/key-handler @@ -37,16 +37,12 @@ while read file; do case "$1" in "w") # xclip -in -filter | tr '\n' ' ' | xclip -in -selection clipboard - #unlink $HOME/.config/wall.png - #ln -s "$file" "$HOME/.config/wall.png" - #cp "$file" "$HOME/.config/wall.jpeg" # TODO: find better way to source file :( # wal commands (uncomment for wal) #wal -c - #wal -n -i "$HOME/.config/wall.png" #-o "$HOME/.config/wal/end.sh" + #wal -n -i "$fullpath" #-o "$HOME/.config/wal/end.sh" #exec $HOME/.config/wal/end.sh # wallust commands - #wallust "$HOME/.config/wall.jpeg" # TODO: find better way to source file without copying to $XDG_CONFIG_HOME wallust "$file" xrdb -load "$HOME/.config/X11/Xresources" xdotool key alt+F5