diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-06 09:22:04 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-06 09:22:04 -0500 |
| commit | 307befd333dd89a990e541c37c8c3717e125dcdf (patch) | |
| tree | 72fc69d9ccbdb64472ae162115803b9ae1155728 /data/rc.xml | |
| parent | 265bdd46605367e1cb35dcd9d8ff2c98fae70166 (diff) | |
add the position's force attribute to the default rc.xml and xsd
Diffstat (limited to 'data/rc.xml')
| -rw-r--r-- | data/rc.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/rc.xml b/data/rc.xml index 90ec90d1..98daf274 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -664,9 +664,12 @@ <shade>no</shade> # make the window shaded when it appears, or not - <position> + <position force="no"> # the position is only used if both an x and y coordinate are provided # (and not set to 'default') + # when force is "yes", then the window will be placed here even if it + # says you want it placed elsewhere. this is to override buggy + # applications who refuse to behave <x>center</x> # a number like 50, or 'center' to center on screen. use a negative number # to start from the right (or bottom for <y>), ie -50 is 50 pixels from the |
