]> Dogcows Code - chaz/openbox/commitdiff
*** empty log message ***
authorDana Jansens <danakj@orodu.net>
Mon, 17 Mar 2003 06:36:55 +0000 (06:36 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 17 Mar 2003 06:36:55 +0000 (06:36 +0000)
python/rc.py

index fc5b97ade98fc1685775bff7d20e4596348b2c88..d278263f27bc5096752d9a7c185dddb747c1f2e4 100644 (file)
@@ -2,10 +2,9 @@ import hooks, ob, keymap, buttonmap, os, sys, input, motion, historyplacement
 import stackedcycle
 from input import Pointer
 
-import config
-print dir(config)
-
 hooks.managed.append(historyplacement.place)
+#import windowplacement
+#hooks.managed.append(windowplacement.random)
 
 _grab = 0
 def printshit(keydata, client):
This page took 0.021626 seconds and 4 git commands to generate.