all repos — openbox @ 6f500e23e31d46fa84d3864114b3ad8d316a8cb2

openbox fork - make it a bit more like ryudo

add an optional parameter to restart
Dana Jansens danakj@orodu.net
commit

6f500e23e31d46fa84d3864114b3ad8d316a8cb2

parent

bcd808d0841e405970876d8e07afd9349f6febc4

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

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

@@ -86,9 +86,9 @@ data.client.resize(corner,

data.press_clientwidth + dx, data.press_clientheight + dy); -def restart(data): - """Restarts openbox""" - openbox.restart("") +def restart(data, other = ""): + """Restarts openbox, optionally starting another window manager.""" + openbox.restart(other) def raise_win(data): """Raises the window on which the event occured"""