]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xml
let you match per-app settings based on the window type
[chaz/openbox] / data / rc.xml
index 98daf274a614f3e3df5bfaa8b2e3661ecf373245..ebe2f310c923dd56a085b1ce12d226be15115e36 100644 (file)
 
   <application name="first element of window's WM_CLASS property (see xprop)"
               class="second element of window's WM_CLASS property (see xprop)"
-               role="the window's WM_WINDOW_ROLE property (see xprop)">
+               role="the window's WM_WINDOW_ROLE property (see xprop)"
+               type="the window's _NET_WM_WINDOW_TYPE (if unspecified, then
+                       it is dialog for child windows)">
   # 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.
   # used by a shell. you can use * to match any characters and ? to match
   # any single character.
 
+  # the type is one of: normal, dialog, splash, utility, menu, toolbar, dock,
+  #    or desktop
+
   # when multiple rules match a window, they will all be applied, in the
   # order that they appear in this list
 
This page took 0.01975 seconds and 4 git commands to generate.