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