diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-26 07:59:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-26 07:59:06 +0000 |
| commit | b192784070b3ec03038e33f2080a39e497e5dd80 (patch) | |
| tree | 41f125df3d44a02c86200c0a4b627cfdf67769bf /data | |
| parent | 11615ac2c4576d6c3e0db20e8b62375184d374db (diff) | |
add <dock><moveButton> which can change which button combo is used to move dock apps around in the dock. The new default is A-Left instead of Middle, since soem dock apps use middle, assuming they can!
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"> |
