From 26219faf6e7c7133eba70b8c40540a1f1fd8c3fc Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Wed, 4 Jun 2025 23:30:04 -0400 Subject: [PATCH] Only idle on laptop --- hypr/hypridle.conf | 2 ++ 1 file changed, 2 insertions(+) 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 %}