diff options
Diffstat (limited to 'data/rc.xml')
| -rw-r--r-- | data/rc.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/data/rc.xml b/data/rc.xml index 567ca28b..86e0d9d6 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -35,16 +35,17 @@ <center>yes</center> <!-- whether to place windows in the center of the free area found or the top left corner --> - <active>no</active> - <!-- force new windows ont the active monitor on a multi-head system, unless - they are part of an application already on another monitor --> + <monitor>Any</monitor> + <!-- with Smart placement on a multi-monitor system, try to place new windows + on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where + the active window is --> </placement> <theme> <name>Clearlooks</name> <titleLayout>NLIMC</titleLayout> <!-- - avaible characters are NDSLIMC, each can occur at most once. + available characters are NDSLIMC, each can occur at most once. N: window icon L: window label (AKA title). I: iconify |
