all repos — openbox @ 95a11f35534a866514f9b8e9f5e929452c5df23a

openbox fork - make it a bit more like ryudo

make restart's parameter optional
Dana Jansens danakj@orodu.net
commit

95a11f35534a866514f9b8e9f5e929452c5df23a

parent

da0c7355d1dd3ec873c9a49918517cf5c4a646c9

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

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

@@ -113,7 +113,7 @@ if data.action == ob.EventAction.EnterWindow and not data.client.normal():

return data.client.focus() -def restart(data, other = ""): +def restart(data=0, other = ""): """Restarts Openbox, optionally starting another window manager.""" ob.openbox.restart(other)