I opened the file in glade, removed the decorations from the window and compared the resulting geany.glade.
So just open /usr/share/geany/geany.glade, find the line:
<object class="GtkWindow" id="window1">
And then, insert this (after):
<property name="decorated">False</property>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.