gtk: properly disable dumb titlebar

This commit is contained in:
LordMZTE 2024-09-10 18:58:11 +02:00
parent 77e81f71be
commit beab4c882f
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<! 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 {
headerbar.titlebar.default-decoration, headerbar * {
background: transparent;
padding: 0;
margin: 0 0 -17px 0;

View file

@ -1,7 +1,7 @@
<! 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 {
headerbar.titlebar.default-decoration, headerbar * {
background: transparent;
padding: 0;
margin: 0 0 -17px 0;