diff --git a/Home.md b/Home.md index ee80a60..a4bdaad 100644 --- a/Home.md +++ b/Home.md @@ -237,6 +237,7 @@ Try one of the following: * Install a patched GTK3 which removes *CSD* by default (check out what your distro offers; [AUR](https://aur.archlinux.org/packages/?K=gtk3%20csd)) * Patch the application to remove decorations. See [gtk_window_set_decorated](https://developer.gnome.org/gtk3/stable/GtkWindow.html#gtk-window-set-decorated) * Make an upstream pull-request, that makes decorations optional at runtime. +* Use a CSS hack in `~/.config/gtk-3.0/gtk.css`: `.titlebar.default-decoration { margin: -200px; opacity: 0; }` (this disables titlebars without extra buttons, like gnome terminal's, but not nautilus') #### Disabling client-side Qt decorations