Disable notifications on lock screen (swayidle)

This commit is contained in:
ItsDrike 2022-10-30 22:02:56 +01:00
parent 8b8d24c4b1
commit cffb0c2690
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -1,4 +1,4 @@
timeout 300 "hyprctl dispatch dpms off" resume "hyprctl dispatch dpms on" timeout 300 "hyprctl dispatch dpms off && dunstctl set-paused true" resume "hyprctl dispatch dpms on && dunstctl set-paused false"
timeout 310 "loginctl lock-session" timeout 310 "loginctl lock-session"
before-sleep swaylock -fF before-sleep swaylock -fF
lock swaylock -fF lock swaylock -fF