]> Dogcows Code - chaz/openbox/blobdiff - scripts/clicks.py
add click_raise global var
[chaz/openbox] / scripts / clicks.py
index 91429d1ff725a3db10b66f21d713c7b3c894aa12..c6f47d5886bd80f6eb12c8008f48b999cbcc7e2a 100644 (file)
@@ -28,7 +28,8 @@ def def_press_model(action, win, type, modifiers, button, xroot, yroot, time):
                return
        if click_focus != 0:
                OBClient_focus(client)
-       print "OBClient_raise(client)"
+       if click_raise != 0:
+               print "OBClient_raise(client)"
 
 def def_click_root(action, win, type, modifiers, button, time):
        if type == Type_Root:
This page took 0.024514 seconds and 4 git commands to generate.