diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 14:53:15 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 14:53:15 +0100 |
| commit | cbaf618eda169c15192dadb83db648cee79e31b4 (patch) | |
| tree | bad9d6aef0c6fa6344b7462d50da4bc6265d1218 /modules/home/i3wm | |
| parent | f7abb234123ce5f11c54d8f23a5445680d1d3ab5 (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, 4 insertions, 0 deletions
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 |
