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 | 2a0d041b7f56d062d561b0f60d49f019af8194c6 (patch) | |
| tree | 40ff889d41c93d089bff3155d77b4d7ef2d46635 /dotfiles/system/.config/feh | |
| parent | ae70a301c98b704593ca36991732e283094bd679 (diff) | |
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/system/.config/feh')
| -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 |
