diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-11-04 12:13:25 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-11-04 12:13:25 +0000 |
| commit | ff39f02c38f738168644fc38a7ad526bf16c2ab7 (patch) | |
| tree | b21635bb179b00cacc926dff0c3aabf3171cb93b /data | |
| parent | ed4c6995ca199e5d015f1ca90654b4030c7ea760 (diff) | |
add an option to resize with 4 corners as it was long ago and make the default 9 "corners" with the middle corner being move. that way you only need one mod+button to move and resize windows
Diffstat (limited to 'data')
| -rw-r--r-- | data/rc.xml.in | 1 | ||||
| -rw-r--r-- | data/rc.xsd | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in index b07a8cdc..62ded70c 100644 --- a/data/rc.xml.in +++ b/data/rc.xml.in @@ -44,6 +44,7 @@ <resize> <drawContents>yes</drawContents> + <fourCorners>no</fourCorners> </resize> <dock> diff --git a/data/rc.xsd b/data/rc.xsd index b5b40f2d..521fe0c2 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -31,6 +31,8 @@ Sun Oct 31 10:08:34 UTC 2004 - mikachu(a)openbox.org we haven't remembered to update this changelog in a while, adding desktopMenuIcons. + Thu Nov 4 12:07:08 UTC 2004 - mikachu(a)openbox.org + Add fourCorners to resize context. --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://openbox.org/" @@ -114,6 +116,7 @@ <xs:complexType name="resize"> <xs:sequence> <xs:element name="drawContents" type="ob:yesorno"/> + <xs:element name="fourCorners" type="ob:yesorno"/> <xs:element name="popupShow" type="ob:popupshow"/> <xs:element name="popupPosition" type="ob:popupposition"/> </xs:sequence> |
