remove sxiv
This commit is contained in:
parent
248da69e34
commit
2679b754a6
|
|
@ -1,11 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
while read file
|
|
||||||
do
|
|
||||||
case "$1" in
|
|
||||||
"d")
|
|
||||||
[ "$(printf "No\\nYes" | dmenu -i -p "Really delete $file?")" = "Yes" ] && rm "$file" && notify-send "$file deleted." ;;
|
|
||||||
"w") genwall $file;;
|
|
||||||
"c") cat "$file" | xclip -sel c -t image/png && notify-send "$file Copied ";;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
Loading…
Reference in New Issue