Enable dimming timer on the laptop

This commit is contained in:
SebastianStork 2024-04-14 21:53:45 +02:00
parent c95386910d
commit f228deb270

View file

@ -16,7 +16,12 @@
beforeSleepCmd = "loginctl lock-session"; beforeSleepCmd = "loginctl lock-session";
listeners = [ listeners = [
{ {
timeout = 1800; timeout = 300;
onTimeout = "brillo -q -O && brillo -q -S 10";
onResume = "brillo -q -I";
}
{
timeout = 1200;
onTimeout = "systemctl suspend"; onTimeout = "systemctl suspend";
} }
]; ];