From 8efbae490773210c7d0c13d256188aeed72da2b4 Mon Sep 17 00:00:00 2001 From: kiana-S Date: Sat, 3 Aug 2024 09:48:45 -0400 Subject: [PATCH] fix(hyprland): update name of `cursor.inactive_timeout` var --- home-manager/wayland/hyprland.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;