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>`
github-comments@lists.geany.org