diff --git a/modules/home-manager/picom/default.nix b/modules/home-manager/picom/default.nix index 8e72bee..c6ec3c4 100644 --- a/modules/home-manager/picom/default.nix +++ b/modules/home-manager/picom/default.nix @@ -34,7 +34,11 @@ blur-method = "dual_kawase"; blur-strength = 10; - corner-radius = 0; + corner-radius = 8; + + rounded-corners-exclude = [ + "window_type = 'dock'" + ]; # pijulius specifics animations = true;