From b15eccb2c39243611bf843b8fbc8459801a0fdaa Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Fri, 3 Oct 2025 11:30:43 -0400 Subject: launch swayidle via openrc --- .config/hypr/hypridle.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/hypr/hypridle.conf (limited to '.config/hypr/hypridle.conf') diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf new file mode 100644 index 0000000..5890ebc --- /dev/null +++ b/.config/hypr/hypridle.conf @@ -0,0 +1,4 @@ +listener { + timeout = 1800 + on-timeout = hyprctl dispatch dpms off ; hyprctl keyword input:touchdevice:enabled false +} -- cgit 1.4.1