all repos — openbox @ ae0b364fce6e3fd5e621b4c28e81a1dc1e415fc6

openbox fork - make it a bit more like ryudo

pass the right num of shit to the client msg
Dana Jansens danakj@orodu.net
commit

ae0b364fce6e3fd5e621b4c28e81a1dc1e415fc6

parent

8db3dc33e8f66cfccfb2ebd98708cb7caaf50c24

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

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

@@ -41,7 +41,7 @@ client = Openbox_findClient(openbox, data.window())

if not client: return root = ScreenInfo_rootWindow(OBDisplay_screenInfo(data.screen())) window = OBClient_window(client) - send_client_msg(root, OBProperty_net_close_window, window) + send_client_msg(root, OBProperty_net_close_window, window, 0) def focus(data): """Focuses the window on which the event occured"""