hyprland: switch to new gesture system
HEAD main1 files 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)$
|