From cceceb35c7553732fe69e75533470ada519cd355 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 13 Sep 2025 20:03:52 +0200 Subject: [PATCH] chore(temp): comment out gestures for `hyprland` as they broke --- modules/home/hyprland/config.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 69fb5b9..b8966c2 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -99,10 +99,10 @@ }; }; - gestures = { - workspace_swipe = true; - workspace_swipe_invert = true; - }; + #gestures = { + # workspace_swipe = true; + # workspace_swipe_invert = true; + #}; general = { "$mainMod" = "ALT";