commit 9b7021cdd9c6519b5986d67598d9ec08231bd57b
parent fb5ce6d762940ab13d9bd00da453233ed187fd1b
Author: breadcat <breadcat@users.noreply.github.com>
Date: Fri, 17 Jul 2026 15:09:06 +0100
Couple missing Hyprland settings
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/home/hyprland.nix b/home/hyprland.nix
@@ -12,7 +12,9 @@ in
hl.config({
general={gaps_in=5,gaps_out=20,border_size=2,col={active_border={colors={"rgba(33ccffee)","rgba(00ff99ee)"},angle=45},inactive_border="rgba(595959aa)"},resize_on_border=false,allow_tearing=false,layout="dwindle"},
decoration={rounding=10,rounding_power=2,active_opacity=1.0,inactive_opacity=1.0,shadow={enabled=true,range=4,render_power=3,color=0xee1a1a1a},blur={enabled=true,size=3,passes=1,vibrancy=0.1696}},
- animations={enabled=true}
+ animations={enabled=true},
+ cursor={inactive_timeout=3},
+ ecosystem={no_donation_nag=true}
})
-- Animations
hl.curve("easeOutQuint", { type = "bezier", points = { {0.23, 1}, {0.32, 1} } })