Auto-commit: 2026-01-05 18:28:04

This commit is contained in:
2026-01-05 18:28:04 +00:00
parent b3180e3517
commit 79f39be5fb
13 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
services.hypridle = {
enable = true;
systemdTarget = "hyprland-session.target";
settings = {
general = {
after_sleep_cmd = "hyprctl dispatch dpms on";
ignore_dbus_inhibit = false;
lock_cmd = "hyprlock";
};
listener = [
{
timeout = 300; # 2mins
on-timeout = "hyprctl dispatch dpms off";
on-resume = "hyprctl dispatch dpms on";
}
];
};
};
}