diff --git a/home-manager/wayland/hyprland.nix b/home-manager/wayland/hyprland.nix index b78c439..a38a3fd 100644 --- a/home-manager/wayland/hyprland.nix +++ b/home-manager/wayland/hyprland.nix @@ -39,13 +39,15 @@ in { gaps_in = 8; gaps_out = 8; - cursor_inactive_timeout = 5; resize_on_border = true; "col.inactive_border" = "rgb(474f6f)"; "col.active_border" = "rgb(b4f9f8)"; }; + cursor = { + inactive_timeout = 5; + }; plugin.hy3 = { tab_first_window = false;