Initial commit of utility scripts
This commit is contained in:
parent
ac77586a15
commit
1faeefffd7
34 changed files with 1328 additions and 1 deletions
8
config/nsxiv/exec/key-handler
Executable file
8
config/nsxiv/exec/key-handler
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
"C-w") while read file; do feh --bg-scale "$file"; done;;
|
||||
"C-d") while read file; do rm "$file"; done;;
|
||||
"C-c") while read file; do cp "$file" $HOME/pics/signal.png; done;;
|
||||
"w") while read file; do cp "$file" $HOME/dotfiles/wallpapers/; done;;
|
||||
esac
|
Loading…
Add table
Add a link
Reference in a new issue