Update picom
This commit is contained in:
parent
74c82adf73
commit
9d67a48dd3
@ -13,6 +13,13 @@ fade-out-step = 0.05;
|
|||||||
|
|
||||||
# Corners
|
# Corners
|
||||||
corner-radius = 10;
|
corner-radius = 10;
|
||||||
|
round-borders = 1;
|
||||||
|
detect-rounded-corners = true;
|
||||||
|
round-borders-rule = [
|
||||||
|
"3:class_g = 'XTerm'",
|
||||||
|
"3:class_g = 'URxvt'",
|
||||||
|
"15:class_g = 'Signal'"
|
||||||
|
];
|
||||||
rounded-corners-exclude = [
|
rounded-corners-exclude = [
|
||||||
"class_g = 'dwmtray'",
|
"class_g = 'dwmtray'",
|
||||||
"class_g = 'dwm'",
|
"class_g = 'dwm'",
|
||||||
|
Loading…
Reference in New Issue
Block a user