You are not logged in.
Hello! Was wondering if anyone could tell me how I can go about launching the terminal (Super+t) in an un-decorated state each time? Thanks in advance!
Offline
Openbox?
You can use the per app settings ( http://openbox.org/wiki/Help:Applications )
Example for Sakura terminal:
<application class="Sakura">
<position force="no">
<x>center</x>
<y>center</y>
</position>
<size>
<width>66%</width>
<height>90%</height>
</size>
<decor>no</decor>
</application>
Sakura will open at the center of the desktop, undecorated. Use xprop to get the class name for your terminal of choice.
The default rc.xml file should have detailed explanations for all the options.
Last edited by PackRat (2023-02-24 22:42:06)
You must unlearn what you have learned.
-- yoda
Offline
Ah yeah I'm using Beryllium with Openbox and thanks for the speedy response, I should be able to figure it out from here!!
-Wolves
Offline