hyprland add hypridle config

This commit is contained in:
vincent 2024-12-03 20:44:09 +01:00
parent c3650e3c21
commit fa69970620
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@ exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once= waybar
exec-once= hyprpaper
exec-once = hypridle
exec-once= swayosd-server
exec-once = dunst

View File

@ -0,0 +1,5 @@
listener {
timeout = 330 # 5.5min
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
}