From 3992f3e6b03e24a02543faf856e613cafd8b8ce1 Mon Sep 17 00:00:00 2001 From: Toast Date: Fri, 3 Nov 2023 00:01:55 +0100 Subject: [PATCH] Kde: show notifications over fullscreen windows --- roles/kde/plasma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/kde/plasma.nix b/roles/kde/plasma.nix index d2e86dd..eeabba9 100644 --- a/roles/kde/plasma.nix +++ b/roles/kde/plasma.nix @@ -149,6 +149,7 @@ in }; "TabBox"."LayoutName" = "thumbnail_grid"; }; + "plasmanotifyrc"."Notifications"."NormalAlwaysOnTop" = true; }; }; }];