From 9feb4c10203badbe8773a6cbe125ddd198bc24bc Mon Sep 17 00:00:00 2001 From: Knut Ahlers <knut@ahlers.me> Date: Thu, 20 Feb 2025 18:55:04 +0100 Subject: [PATCH] Override the infinite timeout for YT notifications Signed-off-by: Knut Ahlers <knut@ahlers.me> --- .config/dunst/dunstrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 11a2c04..7b5a308 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -421,6 +421,11 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. +[youtube_page_changes] + appname = "Chromium" + body = "*youtube.com*" + timeout = 10 + # Disable the transient hint so that idle_threshold cannot be bypassed from the # client #[transient_disable]