hyprland config no. 328

This commit is contained in:
KoenDR06 2025-05-04 21:54:26 +02:00
parent 1431232447
commit 4cf843cfb1
3 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,10 @@
general {
lock_cmd = pidof hyprlock || hyprlock
}
# Turn off screen
listener {
timeout = 300
on-timeout = loginctl lock-session; hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}