diff --git a/.config/sxiv/exec/key-handler b/.config/sxiv/exec/key-handler index b1e69da3..963d728a 100755 --- a/.config/sxiv/exec/key-handler +++ b/.config/sxiv/exec/key-handler @@ -22,7 +22,7 @@ case "$KEY" in "C-c") echo -n "$@" | xsel -i ;; "C-e") for file in "$@"; do urxvt -bg "#444" -fg "#eee" -sl 0 -title "$file" -e sh -c "exiv2 pr -q -pa '$file' | less" & done ;; "C-g") gimp "$@" & ;; -"C-o") orient ;; +"C-o") orient "$@" ;; "C-comma") rotate 270 "$@" ;; "C-period") rotate 90 "$@" ;; "C-slash") rotate 180 "$@" ;;