From 102490fcc4bb2a3518060632fff0f494cf5fa3c2 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 17 Sep 2025 10:52:59 +0200 Subject: [PATCH] Fix: hyprland gestures config update --- hm/hyprland.nix | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/hm/hyprland.nix b/hm/hyprland.nix index 5c3fa45..d47fb19 100644 --- a/hm/hyprland.nix +++ b/hm/hyprland.nix @@ -178,11 +178,16 @@ in new_status = "master"; }; - gestures = { - # See https://wiki.hyprland.org/Configuring/Variables/ for more - workspace_swipe = true; - workspace_swipe_touch = true; - }; + # gestures = { + # # See https://wiki.hyprland.org/Configuring/Variables/ for more + # workspace_swipe = true; + # workspace_swipe_touch = true; + # }; + gesture = [ + "3, horizontal, workspace" + "3, up, fullscreen" + "3, down, dispatcher, exec, sirula" + ]; decoration = { rounding = 10;