feat(hypr): dunst, swaylock

This commit is contained in:
js0ny 2025-04-09 01:23:32 +01:00
parent 5c526106ee
commit 4270bc9e5d
13 changed files with 846 additions and 232 deletions

View file

@ -12,3 +12,8 @@ listener {
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.
}
listener {
timeout = 1800 # 30min
on-timeout = systemctl suspend # suspend pc
}