picom update

This commit is contained in:
joelchrono12 2023-01-18 08:53:59 -06:00
parent 48230d73bd
commit 8d1a29e6f8
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
1 changed files with 2 additions and 2 deletions

View File

@ -57,12 +57,13 @@ glx-copy-from-front = false;
# 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 = 8
corner-radius = 12
# Exclude conditions for rounded corners.
rounded-corners-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
"class_g = 'dwm'",
];
@ -118,7 +119,6 @@ blur-background-fixed = false;
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
"class_g = 'dwm'",
];
#################################
#