diff --git a/modules/home/programs/hyprland/default.nix b/modules/home/programs/hyprland/default.nix index 84cc9a8..cc5102e 100644 --- a/modules/home/programs/hyprland/default.nix +++ b/modules/home/programs/hyprland/default.nix @@ -524,10 +524,11 @@ in # }; }; - # gestures = { - # workspace_swipe = true; - # workspace_swipe_cancel_ratio = "0.15"; - # }; + gesture = [ + "3, horizontal, scale: 0.75, workspace" # swipe 3 fingers to change workspace + "3, pinch, mod: SUPER, resize" + "4, pinch, fullscreen" + ]; input = { kb_layout = "us";