all repos — openbox @ 30e4651787ca6f7161109591c229fcaf76cb901e

openbox fork - make it a bit more like ryudo

dont seg on multiple root clicks!
Dana Jansens danakj@orodu.net
commit

30e4651787ca6f7161109591c229fcaf76cb901e

parent

656701140bd636d7ae70c544d2ed1cf8479275ca

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M scripts/clicks.pyscripts/clicks.py

@@ -33,7 +33,8 @@ def def_click_root(action, win, type, modifiers, button, time):

if type == Type_Root: if button == Button1: print "nothing probly.." - OBClient_unfocus(Openbox_focusedClient(openbox)) + client = Openbox_focusedClient(openbox) + if client: OBClient_unfocus(client) elif button == Button2: print "workspace menu" elif button == Button3: