all repos — openbox @ 07d835a044c750c6ed8d58466fc5cc6a5808a8ac

openbox fork - make it a bit more like ryudo

no need for focusraise anymore
Dana Jansens danakj@orodu.net
commit

07d835a044c750c6ed8d58466fc5cc6a5808a8ac

parent

40449e199dfeab57e8d147e07989aef339a7da59

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

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

@@ -86,11 +86,6 @@ if not client: return

screen = Openbox_screen(openbox, OBClient_screen(client)) OBScreen_restack(screen, 0, client) -def focusraise(data): - """Focuses and raises the window on which the event occured""" - focus(data) - raise_win(data) - def toggle_shade(data): """Toggles the shade status of the window on which the event occured""" client = Openbox_findClient(openbox, data.window())