mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Add another possible way of disabling gtk3 titlebars
parent
7fb55773ef
commit
2c3a549c79
1
Home.md
1
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user