summaryrefslogtreecommitdiff
path: root/data/rc.xml
diff options
context:
space:
mode:
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"/>