summaryrefslogtreecommitdiff
path: root/data/rc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/rc.xml')
-rw-r--r--data/rc.xml13
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>