diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-09-26 22:56:04 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-09-26 22:56:04 +0200 |
| commit | 7537ec729834a6b317ba1550520e15baf2e9f7fe (patch) | |
| tree | aae379980db4b4e7e10c9218571ce5bec2cb580e | |
| parent | 7e964e533324ca49e8e58ac2086c31c3cce7c6c4 (diff) | |
Remove deprecated hyprland option
| -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. :( |
