From 2a0d041b7f56d062d561b0f60d49f019af8194c6 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 Jan 2026 09:20:19 -0600 Subject: feat(feh): add +/- zoom key bindings Add feh keys config with plus/minus for zoom in/out alongside existing Up/Down and keypad bindings. --- dotfiles/system/.config/feh/keys | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dotfiles/system/.config/feh/keys (limited to 'dotfiles/system/.config/feh/keys') 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 -- cgit v1.2.3