WANT window buttons on main app
Sort along the lines of THIS, I'm running an app that requires (@ times) the ability to close (it saves/updates the main CFG & refreshes new folders\files+).
Here, you can see the Docker instance (left) vs. running the same locally (right)
The OPENBOX\RC.XML (located in /run/), has all DECOR nodes set to 'Yes'.
TY for the time/assistance.
How/when do you write changes to /var/run/openbox/rc.xml? If changes are done after openbox is started, it has to be restarted/killed.
How/when do you write changes to
/var/run/openbox/rc.xml? If changes are done after openbox is started, it has to be restarted/killed.
This is 'out of the box'/1st run
Ok, the following comment confuse me, because decor nodes are not all set to yes by default.
The OPENBOX\RC.XML (located in /run/), has all DECOR nodes set to 'Yes'.
If you want buttons for the main windows, this is the part of /var/run/openbox/rc.xml that need to be changed:
<!-- Main window should be maximized and without decoration. -->
<application type="normal">
<decor>no</decor>
<maximized>true</maximized>
<layer>below</layer>
</application>