Updated Home (markdown)

crondog 2016-01-03 23:11:57 +11:00
parent 4b28622407
commit 9bfc32cf6d

@ -68,4 +68,9 @@ bar {
}
```
### How do I remove client side decorations from gtk?
Try either of the following
* Install a patched GTK which removes CSD by default (check out what your distro offers)
* Patch the application to remove decorations. See [gtk_window_set_decorated](https://developer.gnome.org/gtk3/stable/GtkWindow.html#gtk-window-set-decorated)
See also: [Configuring i3bar](https://i3wm.org/docs/userguide.html#_configuring_i3bar) and [i3bar compatibility](https://github.com/SirCmpwn/sway/issues/343).