summaryrefslogtreecommitdiff
path: root/data/rc.xml
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-19 21:39:40 +0000
committerDana Jansens <danakj@orodu.net>2007-05-19 21:39:40 +0000
commitb26635fe994a7cd1dc28893c0e40517b61036a9f (patch)
tree98d89eea8ac4c4fd03b49a63b40f200b6eee35e9 /data/rc.xml
parent2f541b6ef3fdc0fc1c7604c068b82d9e64b90354 (diff)
add Left and Right contexts for resizing
Diffstat (limited to 'data/rc.xml')
-rw-r--r--data/rc.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/rc.xml b/data/rc.xml
index edfba5f4..d963936f 100644
--- a/data/rc.xml
+++ b/data/rc.xml
@@ -290,6 +290,24 @@
</mousebind>
</context>
+ <context name="Left">
+ <mousebind button="Left" action="Press">
+ <action name="Activate"/>
+ </mousebind>
+ <mousebind button="Left" action="Drag">
+ <action name="Resize"><edge>left</edge></action>
+ </mousebind>
+ </context>
+
+ <context name="Right">
+ <mousebind button="Left" action="Press">
+ <action name="Activate"/>
+ </mousebind>
+ <mousebind button="Left" action="Drag">
+ <action name="Resize"><edge>right</edge></action>
+ </mousebind>
+ </context>
+
<context name="Bottom">
<mousebind button="Left" action="Press">
<action name="Activate"/>