diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-17 06:36:55 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-17 06:36:55 +0000 |
| commit | 5d62948cc5ace4dfa4c2543a53e9f7f7d9a86fff (patch) | |
| tree | 74aa15d7750b347d6cb7eb95145fc40b1a4012d9 | |
| parent | 698b9a09986a41b6724ac7fb8e6ca668c3645cea (diff) | |
*** empty log message ***
| -rw-r--r-- | python/rc.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/rc.py b/python/rc.py index fc5b97ad..d278263f 100644 --- a/python/rc.py +++ b/python/rc.py @@ -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): |
