diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-16 23:15:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-16 23:15:20 +0000 |
| commit | 7f590e53607ef1592d65a425b9cdcaa181912465 (patch) | |
| tree | bd0baf4b5563845bd8b2339aefd354e4dcd11527 /python/rc.py | |
| parent | 74c683ee5fb232d7fe9f517b21ffd9ee50872dce (diff) | |
pointer's variables are config vars
Diffstat (limited to 'python/rc.py')
| -rw-r--r-- | python/rc.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/rc.py b/python/rc.py index e3cf76fd..8ddfa461 100644 --- a/python/rc.py +++ b/python/rc.py @@ -2,6 +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) _grab = 0 |
