From 645462c5a7e1aee2b739031f8f4b72fe6f84a043 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 6 Feb 2026 18:07:26 +0100 Subject: added dmenu to shadow exclude --- modules/home/i3wm/nord-blue/picom.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/i3wm/nord-blue/picom.nix b/modules/home/i3wm/nord-blue/picom.nix index 13e2318..60b015d 100644 --- a/modules/home/i3wm/nord-blue/picom.nix +++ b/modules/home/i3wm/nord-blue/picom.nix @@ -34,8 +34,8 @@ "class_g = 'i3-frame'" "window_type = 'dock'" "window_type = 'desktop'" - "name = 'dmenu_run'" - "name = 'app-launcher'" + "name = 'dmenu'" + "class_g = 'dmenu'" ]; ### Rounded corners -- cgit v1.2.3