Update lock command

This commit is contained in:
2024-06-28 13:09:59 +02:00
parent 4348d1c42b
commit 6a4aeec6c0
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
general {
lock_cmd = lockscreen
before_sleep_cmd = lockscreen
lock_cmd = hyprlock
before_sleep_cmd = hyprlock
after_sleep_cmd = hyprctl dispatch dpms on
}
@ -18,10 +18,10 @@ listener {
listener {
timeout = 330
on-timeout = lockscreen
on-timeout = hyprlock
}
listener {
timeout = 600
on-timeout = systemctl suspend
}
}