From 7537ec729834a6b317ba1550520e15baf2e9f7fe Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Fri, 26 Sep 2025 22:56:04 +0200 Subject: Remove deprecated hyprland option --- home-modules/desktop/hyprland.nix | 7 ++++--- 1 file 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. :( -- cgit v1.3.1