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;