diff options
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 |
