From 7f590e53607ef1592d65a425b9cdcaa181912465 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Mar 2003 23:15:20 +0000 Subject: pointer's variables are config vars --- python/rc.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/rc.py') 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 -- cgit v1.2.3