diff --git a/dot_config/picom/picom.conf b/dot_config/picom/picom.conf index e66b2c5..2477378 100644 --- a/dot_config/picom/picom.conf +++ b/dot_config/picom/picom.conf @@ -147,7 +147,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # Sets the radius of rounded window corners. When > 0, the compositor will # round the corners of windows. Does not interact well with # `transparent-clipping`. -corner-radius = 0 +corner-radius = 10 # Exclude conditions for rounded corners. rounded-corners-exclude = [ @@ -425,7 +425,7 @@ log-level = "warn"; wintypes: { tooltip = { fade = true; shadow = true; opacity = false; focus = true; full-shadow = false; }; - dock = { shadow = false; clip-shadow-above = true; } + dock = { shadow = false; clip-shadow-above = true; opacity = 0.95; } dnd = { shadow = false; } popup_menu = { opacity = false; } dropdown_menu = { opacity = false; }