From 86e81c3660b8bab58614a36da08d71c13c9a6953 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 14 Oct 2025 14:17:57 +0200 Subject: hyprland: switch to new gesture system --- modules/hm/sils/hyprland.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index 5c4a452..b21aef2 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -115,10 +115,9 @@ in { # new_is_master = "true"; #}; - gestures = { - # See https://wiki.hyprland.org/Configuring/Variables/ for more - workspace_swipe = "on"; - }; + gesture = [ + "3, horizontal, workspace" + ]; # Example windowrule v1 # windowrule = float, ^(kitty)$ -- cgit 1.4.1