diff options
Diffstat (limited to 'data/rc.xml.in')
| -rw-r--r-- | data/rc.xml.in | 7 |
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&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> |
