diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 09:20:19 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 09:20:19 -0600 |
| commit | 72b4121b1d1ef14b0ccc66248aa82d0e0e4ac4e2 (patch) | |
| tree | 40ff889d41c93d089bff3155d77b4d7ef2d46635 /dotfiles | |
| parent | 1bd88d3f94a6b749256d687525c590bd425cb60f (diff) | |
| download | archsetup-72b4121b1d1ef14b0ccc66248aa82d0e0e4ac4e2.tar.gz archsetup-72b4121b1d1ef14b0ccc66248aa82d0e0e4ac4e2.zip | |
feat(feh): add +/- zoom key bindings
Add feh keys config with plus/minus for zoom in/out alongside
existing Up/Down and keypad bindings.
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/system/.config/feh/keys | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/system/.config/feh/keys b/dotfiles/system/.config/feh/keys new file mode 100644 index 0000000..d2fbf09 --- /dev/null +++ b/dotfiles/system/.config/feh/keys @@ -0,0 +1,6 @@ +# feh key bindings +# Format: action key1 [key2 [key3]] + +# Zoom: add +/- to existing Up/Down bindings +zoom_in plus Up KP_Add +zoom_out minus Down KP_Subtract |
