all repos — openbox @ b02c91caad1ef6ddaebe8d58a410a089d47f1f59

openbox fork - make it a bit more like ryudo

more ideas in comments
Dana Jansens danakj@orodu.net
commit

b02c91caad1ef6ddaebe8d58a410a089d47f1f59

parent

a6f5b33ad90637705af9717c978bf895455c71ba

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

jump to
M src/client.ccsrc/client.cc

@@ -882,6 +882,9 @@ if (!(_functions & Func_Close)) return;

// XXX: itd be cool to do timeouts and shit here for killing the client's // process off + // like... if the window is around after 5 seconds, then the close button + // turns a nice red, and if this function is called again, the client is + // explicitly killed. ce.xclient.type = ClientMessage; ce.xclient.message_type = property->atom(otk::OBProperty::wm_protocols);