dotfiles

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

commit cce04b21fd75401ee89192e6dcc5314666e7410a
parent dc4f54660ae5d96aa5c3322bdcf19a8d102360e4
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sat, 11 May 2024 00:04:01 -0400

key-handler: add commented old lines and fix wallust config

Diffstat:
Mnsxiv/exec/key-handler | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/nsxiv/exec/key-handler b/nsxiv/exec/key-handler @@ -37,13 +37,16 @@ while read file; do case "$1" in "w") # xclip -in -filter | tr '\n' ' ' | xclip -in -selection clipboard - ln -sf "$file" "$HOME/.config/wall.png" + #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" #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" feh --no-fehbg --bg-scale "$file" ;;