From cbaf618eda169c15192dadb83db648cee79e31b4 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 6 Feb 2026 14:53:15 +0100 Subject: added dmenu to shadow exclude --- modules/home/i3wm/nord-blue/picom.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/i3wm/nord-blue/picom.nix b/modules/home/i3wm/nord-blue/picom.nix index 9a10f6f..ce4bfd0 100644 --- a/modules/home/i3wm/nord-blue/picom.nix +++ b/modules/home/i3wm/nord-blue/picom.nix @@ -1,5 +1,6 @@ { pkgs, config, lib, ... }: + { services.picom = { enable = true; @@ -20,6 +21,8 @@ fade-in-step = 0.09; fade-out-step = 0.09; + + ### Shadows shadow = true; shadow-radius = 15; @@ -31,6 +34,7 @@ "class_g = 'i3-frame'" "window_type = 'dock'" "window_type = 'desktop'" + "name = 'dmenu_run'" ]; ### Rounded corners -- cgit v1.2.3