From d32c5854acad60fb90c2286e19aff8545978b9c6 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sat, 7 Mar 2026 15:36:47 +1100 Subject: [PATCH] Simplify zoom --- configs/hypr/hyprland/keybinds.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configs/hypr/hyprland/keybinds.conf b/configs/hypr/hyprland/keybinds.conf index ee62757..5906bde 100644 --- a/configs/hypr/hyprland/keybinds.conf +++ b/configs/hypr/hyprland/keybinds.conf @@ -226,8 +226,13 @@ bindld = Super+Shift, L, Suspend system, exec, systemctl suspend || loginctl sus bindd = Ctrl+Shift+Alt+Super, Delete, Shutdown, exec, systemctl poweroff || loginctl poweroff # [hidden] Power off ##! Screen -binde = Super, Minus, exec, qs -c $qsConfig ipc call zoom zoomOut # Zoom out -binde = Super, Equal, exec, qs -c $qsConfig ipc call zoom zoomIn # Zoom in +binde = Super, Minus, exec, ~/.config/hypr/hyprland/scripts/zoom.sh decrease 0.3 # Zoom out +binde = Super, Equal, exec, ~/.config/hypr/hyprland/scripts/zoom.sh increase 0.3 # Zoom in +# Zoom with keypad +binde = Super, code:82, exec, qs -c $qsConfig ipc call zoom zoomOut # [hidden] Zoom out +binde = Super, code:86, exec, qs -c $qsConfig ipc call zoom zoomIn # [hidden] Zoom in +binde = Super, code:82, exec, qs -c $qsConfig ipc call TEST_ALIVE || ~/.config/hypr/hyprland/scripts/zoom.sh decrease 0.1 # [hidden] Zoom out +binde = Super, code:86, exec, qs -c $qsConfig ipc call TEST_ALIVE || ~/.config/hypr/hyprland/scripts/zoom.sh increase 0.1 # [hidden] Zoom in ##! Media bindl= Super+Shift, N, exec, playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"` # Next track