Gtk3 application's button layout
How can I disable window control buttons (minimize, maximize, close) inside gtk3-applications?
How can I disable window control buttons (minimize, maximize, close) inside gtk3-applications?
1. Create ~/.config/gtk-3.0/settings.ini if it does not exist and add the following line, modify it as you see fit:
gtk-decoration-layout = appmenu:close
2. Make sure the first line of the file is:
[Settings]
Asked: 2015-03-07 15:17:14 +0000
Seen: 895 times
Last updated: May 07
Is this an i3 related question? There are no window control buttons in i3.
Yes, its about how to remove them in i3 (they are part of gtk3 menu). I think its about gtk3 config, but cant figure what to do. (In gnome i can edit this buttons layout via dconf-editor). Sorry for poor english.