How force Gtk/DecorationLayout "icon:minimize,maximize,close" to Gtk/DecorationLayout "menu"
nigelwarning opened this issue · 3 comments
Hello,
I want my GTK apps not to use titlebars. Everythimg I change the decorationlayout, reboot, the xsettingsd.conf file reverts back to the icon:minimize..
I want to let it stay without these buttons. How can i do this?
Thanks!
Hmm, so the content of your xsettingsd.conf
file is changing when you reboot? Is there any chance that something else on your system is rewriting it?
Fixed it by going to Window Decorations > Toolbar settings in KDE Plasma.
Hmm, KDE might provide its own XSETTINGS implementation (are you also running xsettings-kde?). If both xsettingsd and another daemon implementing XSETTINGS are running, you'll probably see weird behavior depending on the order in which they start -- only the one that starts later will work.