diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index 6aac63c..6dc13d5 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -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 %}