summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/rc.xml3
-rw-r--r--data/rc.xsd1
2 files changed, 4 insertions, 0 deletions
diff --git a/data/rc.xml b/data/rc.xml
index d1b387a1..e4376a4b 100644
--- a/data/rc.xml
+++ b/data/rc.xml
@@ -318,6 +318,9 @@
<!-- Time before changing desktops when the pointer touches the edge of the
screen while moving a window, in milliseconds (1000 = 1 second).
Set this to 0 to disable warping -->
+ <screenEdgeWarpMouse>false</screenEdgeWarpMouse>
+ <!-- Set this to TRUE to move the mouse pointer across the desktop when
+ switching due to hitting the edge of the screen -->
<context name="Frame">
<mousebind button="A-Left" action="Press">
diff --git a/data/rc.xsd b/data/rc.xsd
index 2fed1f48..3a1d654a 100644
--- a/data/rc.xsd
+++ b/data/rc.xsd
@@ -210,6 +210,7 @@
<xsd:element minOccurs="0" name="dragThreshold" type="xsd:integer"/>
<xsd:element minOccurs="0" name="doubleClickTime" type="xsd:integer"/>
<xsd:element minOccurs="0" name="screenEdgeWarpTime" type="xsd:integer"/>
+ <xsd:element minOccurs="0" name="screenEdgeWarpMouse" type="ob:bool"/>
<xsd:element maxOccurs="unbounded" name="context" type="ob:context"/>
</xsd:sequence>
</xsd:complexType>