aboutsummaryrefslogtreecommitdiff
path: root/modules/home/i3wm
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-06 14:53:15 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-06 14:53:15 +0100
commitcbaf618eda169c15192dadb83db648cee79e31b4 (patch)
treebad9d6aef0c6fa6344b7462d50da4bc6265d1218 /modules/home/i3wm
parentf7abb234123ce5f11c54d8f23a5445680d1d3ab5 (diff)
added dmenu to shadow exclude
Diffstat (limited to 'modules/home/i3wm')
-rw-r--r--modules/home/i3wm/nord-blue/picom.nix4
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