summaryrefslogtreecommitdiff
path: root/scripts/config.py
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-27 13:42:41 +0000
committerDana Jansens <danakj@orodu.net>2003-01-27 13:42:41 +0000
commit5face4c6f35172761367f63ac0b6eaf62d84e532 (patch)
tree061851b68cc6e2d645b5966f76fa4ad0d300af92 /scripts/config.py
parent5168a8add5ed46f74b615ecc60738c1113606734 (diff)
use otk objects in the ob scripts by importing otk
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"