summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2009-02-20 17:41:34 +0100
committerMikael Magnusson <mikachu@gmail.com>2009-02-20 17:41:34 +0100
commit271e0fd9c87a97bb066b35f537a052235413fe5f (patch)
tree72afc1d5ef6589b1a4a61c1ac191c9db24d6c1af /data
parentd0829d4416d83fda4aa4ec8d5f0a7003b0a7f148 (diff)
Fix per-app monitor setting
A couple of things were wrong, the parser added 1 to the value despite expecting the user to give values in the range of 1 to screen_num_monitors, rc.xml documented the values to start from 0 and finally the monitor value wasn't copied over at all when matching the client.
Diffstat (limited to 'data')
-rw-r--r--data/rc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rc.xml b/data/rc.xml
index 49700fb4..ebe2f310 100644
--- a/data/rc.xml
+++ b/data/rc.xml
@@ -682,7 +682,7 @@
<y>200</y>
<monitor>1</monitor>
# specifies the monitor in a xinerama setup.
- # 0 is the first head, or 'mouse' for wherever the mouse is
+ # 1 is the first head, or 'mouse' for wherever the mouse is
</position>
<focus>yes</focus>