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
feat: add suspend after 5 minutes to hyperidle config
Kieran Klukas
2 years ago
23bff0e3
53ff5c67
+5
-1
1 changed file
expand all
collapse all
unified
split
home-manager
hyprland.nix
+5
-1
home-manager/hyprland.nix
···
33
33
on-timeout = "loginctl lock-session";
34
34
}
35
35
{
36
36
-
timeout = 105;
36
36
+
timeout = 90;
37
37
on-timeout = "hyprctl dispatch dpms off";
38
38
on-resume = "hyprctl dispatch dpms on";
39
39
+
}
40
40
+
{
41
41
+
timeout = 150;
42
42
+
on-timeout = "systemctl suspend";
39
43
}
40
44
];
41
45
};