View Single Post
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#28
Originally Posted by sulu View Post
@Estel (or someone else who knows):
Is there a way in openbox to undecorate (disable title bar) all windows by default and permanently?
Sure, you edit the ~/.config/openbox/lxde-rc.xml file, and in the <applications> section, you add something like this:

Code:
    <application name="*" class="*">
      <decor>no</decor>
      <position>
        <x>0</x>
        <y>0</y>
      </position>
    </application>
Notice, that you may also modify other things, like position, window size... The <applications> section have a manual equivalent at the beginning of the section, commented out.

Going back to your question, the relevant part of said comment-manual:

Code:
  # the name or the class can be set, or both. this is used to match
  # windows when they appear. role can optionally be set as well, to
  # further restrict your matches.

  # the name, class, and role use simple wildcard matching such as those
  # used by a shell. you can use * to match any characters and ? to match
  # any single character.

  # when multiple rules match a window, they will all be applied, in the
  # order that they appear in this list
Openbox is a hell of a configurable and flexible window manager. In practice, you can make it look and do almost everything you want - I don't think any other WM comes close. sometimes, it require some digging, though. But, if you like, you can even mimic the other bloatware windows managers with it (with the same resources wastage )

I would say "go for LXDE", for the performance and flexibility reasons. Not to mention that many things from other good desktop environments (MATE) works out of the box with LXDE components (or require just editing out the godamned line "OnlyShownIn" from their .desktop files).

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following 4 Users Say Thank You to Estel For This Useful Post: