hyprland add hypridle config
This commit is contained in:
parent
c3650e3c21
commit
fa69970620
@ -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
|
||||
|
5
hprland/.config/hypr/hypridle.conf
Normal file
5
hprland/.config/hypr/hypridle.conf
Normal 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.
|
||||
}
|
Loading…
Reference in New Issue
Block a user