diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/rc.xml.in | 1 | ||||
| -rw-r--r-- | data/rc.xsd | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in index a5eaa34d..e107ac04 100644 --- a/data/rc.xml.in +++ b/data/rc.xml.in @@ -48,6 +48,7 @@ <floatingY>0</floatingY> <autoHide>no</autoHide> <hideDelay>300</hideDelay> + <moveButton>A-Left</moveButton> </dock> <keyboard> diff --git a/data/rc.xsd b/data/rc.xsd index 9ddc67b7..16704600 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -108,6 +108,7 @@ <xs:element name="floatingY" type="xs:integer"/> <xs:element name="autoHide" type="ob:yesorno"/> <xs:element name="hideDelay" type="xs:integer"/> + <xs:element name="moveButton" type="ob:button"/> </xs:sequence> </xs:complexType> <xs:complexType name="action"> |
