diff --git a/.config/gtk-3.0/gtk.css.cgt b/.config/gtk-3.0/gtk.css.cgt index 70d15da..577e25a 100644 --- a/.config/gtk-3.0/gtk.css.cgt +++ b/.config/gtk-3.0/gtk.css.cgt @@ -1,7 +1,7 @@ /* 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 * { +headerbar.titlebar.default-decoration, headerbar windowcontrols * { background: transparent; padding: 0; margin: 0 0 -17px 0; diff --git a/.config/gtk-4.0/gtk.css.cgt b/.config/gtk-4.0/gtk.css.cgt index 70d15da..577e25a 100644 --- a/.config/gtk-4.0/gtk.css.cgt +++ b/.config/gtk-4.0/gtk.css.cgt @@ -1,7 +1,7 @@ /* 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 * { +headerbar.titlebar.default-decoration, headerbar windowcontrols * { background: transparent; padding: 0; margin: 0 0 -17px 0;