summaryrefslogtreecommitdiff
path: root/data/rc.xml.in
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-26 05:30:01 +0000
committerDana Jansens <danakj@orodu.net>2003-09-26 05:30:01 +0000
commit5d3f1763fa2168bfe76bb8ca9ea920884e5dc28a (patch)
tree05c80aec8089caf640edab51526e2a73623d4f40 /data/rc.xml.in
parent35dd3065a93bfed213bc7b8602d945b93f7edfb4 (diff)
updates and fixes for the xml/xsd shit
Diffstat (limited to 'data/rc.xml.in')
-rw-r--r--data/rc.xml.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in
index c516f763..df2c4823 100644
--- a/data/rc.xml.in
+++ b/data/rc.xml.in
@@ -3,10 +3,9 @@
<!-- Do not edit this file, it will be overwritten on install.
Copy the file to $HOME/.config/openbox/ instead. -->
-<openbox_config xmlns="http://openbox/.org"
+<openbox_config xmlns="http://openbox.org/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="
- http://openbox.org/schema.php?type=rc&amp;version=@version@
+ xsi:schemaLocation="http://openbox.org/
file://@xsddir@/rc.xsd">
<resistance>
@@ -16,8 +15,8 @@
<focus>
<focusNew>yes</focusNew>
- <followMouse>no</followMouse>
<focusLast>yes</focusLast>
+ <followMouse>no</followMouse>
<focusDelay>0</focusDelay>
<raiseOnFocus>no</raiseOnFocus>
</focus>