mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Disable notifications on lock screen (swayidle)
This commit is contained in:
parent
8b8d24c4b1
commit
cffb0c2690
|
@ -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"
|
||||
before-sleep swaylock -fF
|
||||
lock swaylock -fF
|
||||
|
|
Loading…
Reference in a new issue