shit
This commit is contained in:
commit
01a9e86575
64 changed files with 2284 additions and 0 deletions
10
config/sxiv/exec/key-handler
Normal file
10
config/sxiv/exec/key-handler
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
while read file
|
||||
do
|
||||
case "$1" in
|
||||
"c") cat "$file" | xclip -sel c -t image/png -i ;;
|
||||
"f") echo "$file" | xclip -sel c ;;
|
||||
"w") feh --bg-fill "$file" ;;
|
||||
"q") echo "$file" > ~/.config/i3/wallpaper; feh --bg-fill "$file" ;;
|
||||
esac
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue