summaryrefslogtreecommitdiff
path: root/scripts/motion.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/motion.py')
-rw-r--r--scripts/motion.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/motion.py b/scripts/motion.py
index 84547678..9c8aa27c 100644
--- a/scripts/motion.py
+++ b/scripts/motion.py
@@ -6,6 +6,9 @@
#############################################################################
### Options that can be modified to change the functions' behaviors. ###
### ###
+# snap - snap windows to other windows and screen edges while moving them ###
+snap = 1
+###
# move_popup - display a coordinates popup when moving windows. ###
move_popup = 1 ###
### ###
@@ -87,6 +90,10 @@ def _do_move():
x = _cx + _dx
y = _cy + _dy
+ global snap
+ if snap:
+ pass
+
global move_rubberband
if move_rubberband:
# draw the outline ...