diff options
Diffstat (limited to 'home/desktops/hyprland/settings.nix')
-rw-r--r-- | home/desktops/hyprland/settings.nix | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/home/desktops/hyprland/settings.nix b/home/desktops/hyprland/settings.nix index daaf749..a82b6db 100644 --- a/home/desktops/hyprland/settings.nix +++ b/home/desktops/hyprland/settings.nix @@ -39,12 +39,9 @@ }; # Gestures - gestures = { - workspace_swipe = true; - workspace_swipe_fingers = 3; - workspace_swipe_forever = true; - workspace_swipe_cancel_ratio = 0.15; - }; + gesture = [ + "3, horizontal, workspace" + ]; # Decoration decoration = { |