Delete exit entries from Sxiv / Feh - this should be done via btns or globally

This commit is contained in:
Miles Alan 2020-07-18 18:09:50 -05:00
parent 36520d487e
commit 03025fae5d

View file

@ -106,7 +106,6 @@ programchoicesinit() {
Flip ⇅ ^ 1 ^ key underscore
Mirror ⇄ ^ 1 ^ key bar
Toggle filename ^ 1 ^ key d
Exit ^ 0 ^ key q
"
WINNAME=Feh && return
elif echo "$WMCLASS" | grep -i "sxiv"; then
@ -120,7 +119,6 @@ programchoicesinit() {
Rotate ↻ ^ 1 ^ key greater
Flip ⇄ ^ 1 ^ key question
Flip ⇅ ^ 1 ^ key bar
Exit ^ 0 ^ key q
"
WINNAME=Sxiv && return
elif echo "$WMCLASS" | grep -i "st-256color"; then