From 8177cfdfddea56ea60075d6975884a182723a04c Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 23 Oct 2025 15:15:48 -0500 Subject: [PATCH] touchpad in hyprland --- modules/home/programs/hyprland/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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";