From d14d0474c163cb8c3395feb67d8d4a4d399fdaa9 Mon Sep 17 00:00:00 2001 From: Saumit Date: Wed, 12 Nov 2025 05:30:31 +0530 Subject: hypr: Add gestures for fullscreen pinch + special --- .config/hypr/hyprland.conf | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 8d20dbf..f13bc8e 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -202,14 +202,11 @@ input { } # See https://wiki.hypr.land/Configuring/Gestures -gestures { - # workspace_swipe = on - # workspace_swipe_fingers = 3 - # workspace_swipe_distance = 500 - # workspace_swipe_invert = true - # workspace_swipe_min_speed_to_force = 40 - gesture = 3, horizontal, workspace -} +gesture = 3, horizontal, workspace +gesture = 3, down, dispatcher, movetoworkspacesilent, special +gesture = 3, up, scale: 1.5, dispatcher, movetoworkspacesilent, +0 +gesture = 3, pinch, fullscreen + binds { workspace_back_and_forth = true allow_workspace_cycles = true @@ -399,7 +396,7 @@ bind = ALT, tab, workspace, e+1 bind = ALT SHIFT, tab, workspace, e-1 bind = $MOD, mouse_down, workspace, e+1 bind = $MOD, mouse_up, workspace, e-1 -# Scroll through existing workspaces with MOD + mouse sidebuttons +# Scroll through existing workspaces with just mouse sidebuttons bind = , mouse:276, workspace, e+1 bind = , mouse:275, workspace, e-1 -- cgit v1.2.3