mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-12 04:52:53 +01:00
18 lines
495 B
Text
18 lines
495 B
Text
<! 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. */
|
|
headerbar.titlebar.default-decoration {
|
|
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 !>
|