You are not logged in.
my question is disable decorate for all app, in openbox is possible?
Offline
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)
Offline
ocorred this error
https://scrot.moe/image/1Xo3A
Offline
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
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)
For me this works
<application class="*">
<decor>no</decor>
</application>
suomi
Last edited by suomi (2017-04-19 11:50:04)
Offline
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