This commit is contained in:
2025-09-08 14:09:00 -05:00
parent 0829506111
commit 9e11e7cb70

View File

@@ -30,7 +30,7 @@
on-resume = "brightnessctl -r"; # monitor backlight restore. on-resume = "brightnessctl -r"; # monitor backlight restore.
} }
/*{ {
timeout = 300; # 5min timeout = 300; # 5min
on-timeout = "loginctl lock-session"; # lock screen when timeout has passed on-timeout = "loginctl lock-session"; # lock screen when timeout has passed
} }
@@ -44,7 +44,7 @@
{ {
timeout = 1800; # 30min timeout = 1800; # 30min
on-timeout = "systemctl suspend"; # suspend pc on-timeout = "systemctl suspend"; # suspend pc
}*/ }
]; ];
}; };
}; };