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. +}