diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 18:07:26 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 18:07:26 +0100 |
| commit | 645462c5a7e1aee2b739031f8f4b72fe6f84a043 (patch) | |
| tree | dbd0231606bdefbe6fa2d8044ef98fb5b0076b7a /modules/home/i3wm | |
| parent | 0d2477833a8da2c0a4ab485b6b009cde940368ad (diff) | |
added dmenu to shadow exclude
Diffstat (limited to 'modules/home/i3wm')
| -rw-r--r-- | modules/home/i3wm/nord-blue/picom.nix | 4 |
1 files 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 |
