From cffb0c26907bac50ea98457677242dfb1920e96c Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 30 Oct 2022 22:02:56 +0100 Subject: [PATCH] Disable notifications on lock screen (swayidle) --- home/.config/swayidle/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/swayidle/config b/home/.config/swayidle/config index 958398c..86f9c24 100644 --- a/home/.config/swayidle/config +++ b/home/.config/swayidle/config @@ -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