dotfiles/.config/nsxiv/exec/key-handler

8 lines
84 B
Plaintext
Raw Normal View History

2024-06-23 07:10:17 -04:00
#!/bin/sh
while read file; do
case "$1" in
"w") wallpaper "$file" ;;
esac
done