From 4cf3a6191b08b2296ff4b0bff0d6cacff922a095 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 20 Feb 2026 18:02:25 +0100 Subject: [PATCH] Add Super + Ctrl + Z to zoom in (repeat for more) and Super + Ctrl + Alt + Z to zoom out Closes #2940 Co-authored-by: @pelephant2 --- default/hypr/bindings/utilities.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index a6f8a01f..f9128e08 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -61,5 +61,9 @@ bindd = SUPER CTRL, T, Activity, exec, omarchy-launch-tui btop bindd = SUPER CTRL, X, Start dictation, exec, voxtype record start binddr = SUPER CTRL, X, Stop dictation, exec, voxtype record stop +# Zoom +bindd = SUPER CTRL, Z, Zoom in, exec, hyprctl keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor -j | jq '.float + 1') +bindd = SUPER CTRL ALT, Z, Reset zoom, exec, hyprctl keyword cursor:zoom_factor 1 + # Lock system bindd = SUPER CTRL, L, Lock system, exec, omarchy-lock-screen