Only idle on laptop

This commit is contained in:
Michael Bradley 2025-06-04 23:30:04 -04:00
parent bfedfb88c4
commit 26219faf6e
Signed by: MichaelBradley
SSH key fingerprint: SHA256:o/aaeYtRubILK7OYYjYP12DmU7BsPUhKji1AgaQ+ge4

View file

@ -5,6 +5,7 @@ general {
inhibit_sleep = 0
}
{% if host.name != "chonk" %}
listener {
timeout = 120
on-timeout = brightnessctl -sd amdgpu_bl1 set 66-
@ -32,3 +33,4 @@ listener {
timeout = 330
on-timeout = systemctl suspend
}
{% endif %}