diff options
| -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 |
