From 2c3a549c7997b5fd07e9b015025c941f61c1d6d6 Mon Sep 17 00:00:00 2001 From: pauloue Date: Wed, 22 Nov 2017 13:31:22 -0500 Subject: [PATCH] Add another possible way of disabling gtk3 titlebars --- Home.md | 1 + 1 file changed, 1 insertion(+) 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