]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xml
use simple pattern matching for per-app settings. all rules that match are applied...
[chaz/openbox] / data / rc.xml
index 42d629ffe5fdda2e82d96780c0530ce25b583fac..fa673c8d3980e0fac9c7a9c1426498b3ea6ebf78 100644 (file)
      want to use it -->
 <applications>
   <!-- the name or the class can be set, or both. this is used to match
-       windows when they appear
+       windows when they appear. role can optionally be set as well, to
+       further restrict your matches
 
-       role can optionally be set, and only as much as you provide will be 
-       checked to see if it matches, eg. if you set role="abc" and the window's
-       role is actually "abcde" it would match.
+       the name, class, and role use simple globbing rules 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
  -->
   <application name="first element of window's WM_CLASS property (see xprop)"
               class="second element of window's WM_CLASS property (see xprop)"
          change that attribute of the window -->
 
     <decor>yes</decor>
+    <!-- enable or disable window decorations -->
 
     <shade>no</shade>
 
This page took 0.019923 seconds and 4 git commands to generate.