You are not logged in.

#1 2017-04-19 06:16:45

user_bugs
Member
Registered: 2017-04-18
Posts: 15
Website

how to desisable decorate all in openbox?

my question is disable decorate for all app, in openbox is possible?

Offline

#2 2017-04-19 06:50:56

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: how to desisable decorate all in openbox?

Yes, it is.

Add this stanza to the file at ~/.config/openbox/rc.xml in between the <applications> & </applications> tags:

   <application class=*>
      <decor>no</decor>
   </application>

Then save the file and run

openbox --reconfigure

(Untested)

http://openbox.org/wiki/Help:Applications

Offline

#3 2017-04-19 07:46:28

user_bugs
Member
Registered: 2017-04-18
Posts: 15
Website

Re: how to desisable decorate all in openbox?

ocorred this error
https://scrot.moe/image/1Xo3A

Offline

#4 2017-04-19 10:23:28

vasa1
Member
Registered: 2015-09-29
Posts: 204

Re: how to desisable decorate all in openbox?

Copy the content of your rc.xml starting with <applications> and ending with </openbox_config> and paste it here.

Do you use an editor which provides syntax highlighting?


Using the Openbox (3.5.2) session of Lubuntu 14.04 LTS but very interested in BL :)

Offline

#5 2017-04-19 11:02:50

suomi
New Member
From: Germany, Rhineland
Registered: 2015-10-02
Posts: 2

Re: how to desisable decorate all in openbox?

Head_on_a_Stick wrote:

Yes, it is.

Add this stanza to the file at ~/.config/openbox/rc.xml in between the <applications> & </applications> tags:

   <application class=*>
      <decor>no</decor>
   </application>

Then save the file and run

openbox --reconfigure

(Untested)

http://openbox.org/wiki/Help:Applications

For me this works

<application class="*">
      <decor>no</decor>
   </application>

suomi

Last edited by suomi (2017-04-19 11:50:04)

Offline

#6 2017-04-19 12:16:59

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

Re: how to desisable decorate all in openbox?

Per-application settings for openbox

Note that the applications settings is read top down, so you can start with all apps undecorated, then add decor to apps that need it.


You must unlearn what you have learned.
    -- yoda

Offline

Board footer

Powered by FluxBB