updated hyprland

This commit is contained in:
2025-11-15 13:19:11 +01:00
parent 4ca00c51c9
commit 03cb0e9ffd
6 changed files with 14 additions and 15 deletions

View File

@@ -1,5 +1,4 @@
$lock_cmd = pidof hyprlock || hyprlock
$suspend_cmd = systemctl suspend || loginctl suspend
$lock_cmd = pidof swaylock || swaylock
general {
lock_cmd = $lock_cmd
@@ -8,7 +7,7 @@ general {
}
listener {
timeout = 600 # 10 min
timeout = 300 # 5 min
on-timeout = loginctl lock-session
}