add nsxiv

This commit is contained in:
frosty 2024-06-23 07:10:17 -04:00
parent 2d97d2e3f5
commit e01a5c9ff7

7
.config/nsxiv/exec/key-handler Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
while read file; do
case "$1" in
"w") wallpaper "$file" ;;
esac
done