From ca3f8dce740a2272c27506d65a8c7d24f2886e06 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Tue, 14 Jul 2026 21:32:14 -0400 Subject: [PATCH] Update tags in plugin.toml Removed 'notifications' tag from plugin.toml. --- sharednd/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharednd/plugin.toml b/sharednd/plugin.toml index 7439d32..d57ddd1 100644 --- a/sharednd/plugin.toml +++ b/sharednd/plugin.toml @@ -18,7 +18,7 @@ min_noctalia = "5.0.0" author = "whyoolw" license = "MIT" dependencies = ["niri"] -tags = ["notifications", "privacy", "niri"] +tags = ["privacy", "niri"] icon = "screen-share" description = "Enables notification Do Not Disturb while the screen is shared (niri screencast) and turns notifications back on when sharing stops. Requires niri."