diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-21 03:42:25 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-21 03:42:25 +0000 |
| commit | fd8ce9414aa12028b26fd67082e843ea161e3b90 (patch) | |
| tree | bc90ab00edd37f27e4649d7e20f53eb109098153 /data/rc.xml | |
| parent | add9c3c1bbb2a9dca01d1bd79147f86328396e47 (diff) | |
use simple pattern matching for per-app settings. all rules that match are applied to a window rather than just the first
Diffstat (limited to 'data/rc.xml')
| -rw-r--r-- | data/rc.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/data/rc.xml b/data/rc.xml index 42d629ff..fa673c8d 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -506,11 +506,15 @@ 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)" @@ -520,6 +524,7 @@ change that attribute of the window --> <decor>yes</decor> + <!-- enable or disable window decorations --> <shade>no</shade> |
