From 315b203158314fc7382a3a52da4f523b6bb6382a Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Fri, 8 Nov 2024 14:23:34 -0600 Subject: [PATCH] Adding hypridle for monitor sleep. --- .config/hypr/hypridle.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/hypr/hypridle.conf diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf new file mode 100644 index 0000000..2bfc9c4 --- /dev/null +++ b/.config/hypr/hypridle.conf @@ -0,0 +1,6 @@ + +listener { + timeout = 300 # 5.5min + on-timeout = hyprctl dispatch dpms off # command to run when timeout has passed + on-resume = hyprctl dispatch dpms on # command to run when activity is detected after timeout has fired. +}