2024-02-11 13:26:59 +01:00
|
|
|
<! if opt.wayland_compositor == "river" then !>
|
|
|
|
/* GTK is to retarded to realize that some compositors that don't implement deprecated
|
|
|
|
* protocols do not want client-side decoration. We completely disable titlebars here to compensate. */
|
2024-09-16 19:42:16 +02:00
|
|
|
headerbar.titlebar.default-decoration, headerbar windowcontrols * {
|
2024-02-11 13:26:59 +01:00
|
|
|
background: transparent;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 -17px 0;
|
|
|
|
border: 0;
|
|
|
|
min-height: 0;
|
|
|
|
font-size: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
window.csd,
|
|
|
|
window.csd decoration {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
<! end !>
|