From 12ca673de556b341588a7f67fb2b9417c1e91d6b Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 3 Feb 2008 16:53:33 +0100 Subject: Add the manageDesktops option. --- data/rc.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'data/rc.xml') diff --git a/data/rc.xml b/data/rc.xml index d164660d..90ec90d1 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -622,9 +622,17 @@ menu.xml 200 + no + 100 + yes + + yes + -- cgit v1.2.3 From 307befd333dd89a990e541c37c8c3717e125dcdf Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Feb 2008 09:22:04 -0500 Subject: add the position's force attribute to the default rc.xml and xsd --- data/rc.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data/rc.xml') 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 @@ no # make the window shaded when it appears, or not - + # 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 center # a number like 50, or 'center' to center on screen. use a negative number # to start from the right (or bottom for ), ie -50 is 50 pixels from the -- cgit v1.2.3