]> Dogcows Code - chaz/openbox/blobdiff - scripts/windowplacement.py
dont skip ungrab corssing events
[chaz/openbox] / scripts / windowplacement.py
index 493e526b671539d7cc3e5735ae303f3443f5cec8..505993c5bf22e7e82ce967956f693db0bab2b276 100644 (file)
@@ -7,15 +7,7 @@
 ### these.                                                               ###
 ############################################################################
 
-##############################################################################
-### Options for the windowplacement module:                                ###
-###                                                                        ###
-###                                                                        ###
-##############################################################################
-
-import otk
-import ob
-import random
+import otk, ob, random
 
 _rand = random.Random()
 
@@ -53,4 +45,6 @@ def cascade(data):
     _cascade_x += frame_size.top
     _cascade_y += frame_size.top
 
+export_functions = random, cascade
+
 print "Loaded windowplacement.py"
This page took 0.024656 seconds and 4 git commands to generate.