feat(hypr): Enabling lockscreen and switching daemon

This commit is contained in:
js0ny 2025-04-07 08:50:00 +01:00
parent 68fee530a1
commit 14fe2aad5f
12 changed files with 634 additions and 310 deletions

View file

@ -9,6 +9,6 @@ general {
listener {
timeout = 600 # in seconds
on-timeout = notify-send "You are idle!" # command to run when timeout has passed
on-timeout = swaylock # command to run when timeout has passed
on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired.
}