picom: remove rounded corners for tabs

This commit is contained in:
Vincent Bernat 2024-10-19 17:56:31 +02:00
parent 21bc706715
commit a8b6085707

View file

@ -71,5 +71,6 @@ fade-exclude = [ ];
corner-radius = @CORNER_RADIUS@
rounded-corners-exclude = [
"class_i = 'polybar'"
"class_i = 'polybar'",
"class_i = 'i3-frame'"
]