summaryrefslogtreecommitdiff
path: root/scripts/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/config.py')
-rw-r--r--scripts/config.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/config.py b/scripts/config.py
index e59360be..823d9d3f 100644
--- a/scripts/config.py
+++ b/scripts/config.py
@@ -30,15 +30,5 @@ desktop_names = ["one", "two", "three", "four", "five", "six", "seven", \
# between.
number_of_desktops = 4
-#############################################################################
-### Options that can be modified by the user to change the default hooks' ###
-### behaviors. ###
-#############################################################################
-
-# resize_nearest - 1 to resize from the corner nearest where the mouse is, 0
-# to resize always from the bottom right corner.
-resize_nearest = 1
-
-
print "Loaded config.py"