diff options
Diffstat (limited to 'data/rc.xml.in')
| -rw-r--r-- | data/rc.xml.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in index 45e144a3..ca4c7764 100644 --- a/data/rc.xml.in +++ b/data/rc.xml.in @@ -457,15 +457,16 @@ <!-- a number or 'center' to center on screen --> <y>200</y> <!-- a number or 'center' to center on screen --> - <head>0</head> - <!-- specifies the xinerama head, 'mouse' for wherever the mouse is --> + <monitor>1</monitor> + <!-- specifies the monitor in a xinerama setup. + 1 is the first head, or 'mouse' for wherever the mouse is --> </position> <focus>yes</focus> <!-- if the window should try be given focus when it appears --> <desktop>1</desktop> - <!-- 0 is the first desktop, 'all' for all desktops --> + <!-- 1 is the first desktop, 'all' for all desktops --> <layer>normal</layer> <!-- 'above', 'normal', or 'below' --> |
