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 | 114abc61b0ef9b916293c5cdb0ca7e39c6525050 (patch) | |
| tree | 3c81e81525e6d34b55a5d5eebabb472fd8d15eb7 /dotfiles/system | |
| parent | 52ff7883e6ba7f4c9269b3f3eaa7e20fe7e282e2 (diff) | |
| download | archsetup-114abc61b0ef9b916293c5cdb0ca7e39c6525050.tar.gz archsetup-114abc61b0ef9b916293c5cdb0ca7e39c6525050.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/system')
| -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 |
