diff options
| author | Blake Romero <blake@blkrom.com> | 2024-12-17 18:24:12 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-12-17 18:24:12 +0000 |
| commit | bc6ceea3fa6bf75329ab3597107bdde621d0bb55 (patch) | |
| tree | f61697f070904d89c3c8ff6ec0cdb6ccb3f2f098 | |
| parent | 12294a7dec49089c6a22f2eee74672ffc2583800 (diff) | |
Adjust swayimg keybindings
| -rw-r--r-- | dot-config/swayimg/config | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dot-config/swayimg/config b/dot-config/swayimg/config index 1346181..2a95011 100644 --- a/dot-config/swayimg/config +++ b/dot-config/swayimg/config @@ -136,7 +136,7 @@ Shift+d = prev_dir d = next_dir Shift+o = prev_frame o = next_frame -c = skip_file +BackSpace = skip_file Shift+s = slideshow s = animation f = fullscreen @@ -150,15 +150,15 @@ Equal = zoom +10 Plus = zoom +10 Minus = zoom -10 w = zoom width -Shift+w = zoom height +h = zoom height z = zoom fit Shift+z = zoom fill -0 = zoom real -BackSpace = zoom optimal +Alt+z = zoom real +0 = zoom optimal Alt+s = scale bracketleft = rotate_left bracketright = rotate_right -m = flip_vertical +v = flip_vertical Shift+m = flip_horizontal a = antialiasing r = reload @@ -198,7 +198,7 @@ Up = step_up Down = step_down Prior = page_up Next = page_down -c = skip_file +BackSpace = skip_file f = fullscreen a = antialiasing r = reload @@ -206,7 +206,6 @@ i = info Shift+Delete = exec rm "%"; skip_file Escape = exit q = exit -v = mode Tab = mode Return = mode # Mouse related |
