diff options
| -rw-r--r-- | home-modules/desktop/hyprland.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/home-modules/desktop/hyprland.nix b/home-modules/desktop/hyprland.nix index e2ce7ab..127141f 100644 --- a/home-modules/desktop/hyprland.nix +++ b/home-modules/desktop/hyprland.nix @@ -123,9 +123,10 @@ with lib; natural_scroll = true; }; }; - gestures = { - workspace_swipe = true; - }; + # Deprecated + # gestures = { + # workspace_swipe = true; + # }; misc = { force_default_wallpaper = "-1"; # Set to 0 or 1 to disable the anime mascot wallpapers disable_hyprland_logo = false; # If true disables the random hyprland logo / anime girl background. :( |
