X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=scripts%2Fclicks.py;h=8a59df70276d8646194ef506d91081ab68d3fbfd;hb=656701140bd636d7ae70c544d2ed1cf8479275ca;hp=217fa289e996a3b863f4b7a8a6582f9a636d3c96;hpb=8c0fe026fe45d5cccfb0175f698d088d3eb9bc13;p=chaz%2Fopenbox diff --git a/scripts/clicks.py b/scripts/clicks.py index 217fa289..8a59df70 100644 --- a/scripts/clicks.py +++ b/scripts/clicks.py @@ -51,7 +51,7 @@ def def_doubleclick_client(action, win, type, modifiers, button, time): print "OBClient_toggleshade(client)" -preregister(Action_ButtonPress, def_press_model) +#preregister(Action_ButtonPress, def_press_model) register(Action_Click, def_click_client) register(Action_Click, def_click_root) register(Action_DoubleClick, def_doubleclick_client)