diff --git a/dots/hypridle/hypridle.conf b/dots/hypridle/hypridle.conf index e6e662a..4ebeb76 100644 --- a/dots/hypridle/hypridle.conf +++ b/dots/hypridle/hypridle.conf @@ -27,7 +27,7 @@ listener { # LOCK } listener { # SCREEN OFF - timeout = 2400 # 45 (x60) + timeout = 2400 # 40 (x60) on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected after timeout has fired. }