From f4c7cad32cc7bc362e64a0c35fb2d2c7d080a7d8 Mon Sep 17 00:00:00 2001 From: nils Date: Fri, 23 Jan 2026 20:54:22 +0100 Subject: [PATCH] brightness ctrl --- .config/hypr/hypridle.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf index bd57abb..34889fa 100644 --- a/.config/hypr/hypridle.conf +++ b/.config/hypr/hypridle.conf @@ -4,6 +4,12 @@ general { after_sleep_cmd = hyprctl dispatch dpms on } +listener { + timeout = 120 + on-timeout = brightnessctl -s set 10 + on-resume = brightnessctl -r +} + listener { timeout = 180 on-timeout = loginctl lock-session