mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 09:53:28 +02:00
picom: remove rounded corners for tabs
This commit is contained in:
parent
21bc706715
commit
a8b6085707
1 changed files with 2 additions and 1 deletions
|
@ -71,5 +71,6 @@ fade-exclude = [ ];
|
||||||
|
|
||||||
corner-radius = @CORNER_RADIUS@
|
corner-radius = @CORNER_RADIUS@
|
||||||
rounded-corners-exclude = [
|
rounded-corners-exclude = [
|
||||||
"class_i = 'polybar'"
|
"class_i = 'polybar'",
|
||||||
|
"class_i = 'i3-frame'"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue