tangled
alpha
login
or
join now
dunkirk.sh
/
dots
3
fork
atom
Kieran's opinionated (and probably slightly dumb) nix config
3
fork
atom
overview
issues
pulls
pipelines
chore: increase display darkening timeout to 30s
Kieran Klukas
2 years ago
431cae6e
b5190f61
+1
-1
1 changed file
expand all
collapse all
unified
split
home-manager
hyprland.nix
+1
-1
home-manager/hyprland.nix
···
24
24
25
25
listener = [
26
26
{
27
27
-
timeout = 10;
27
27
+
timeout = 30;
28
28
on-timeout = "kill $(pidof wluma); brightnessctl -s set 10";
29
29
on-resume = "brightnessctl -r; wluma &";
30
30
}