You are not logged in.

#1 2023-02-24 21:58:34

wolves
New Member
Registered: 2023-02-24
Posts: 2

A way to launch the terminal un-decorated each time

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

#2 2023-02-24 22:41:36

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,660

Re: A way to launch the terminal un-decorated each time

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

#3 2023-02-24 22:48:27

wolves
New Member
Registered: 2023-02-24
Posts: 2

Re: A way to launch the terminal un-decorated each time

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

Board footer

Powered by FluxBB