all repos — openbox @ b3c5fab3fa64e53c6c1413f848043eb1e2027f0c

openbox fork - make it a bit more like ryudo

don't kill our own ObPrompt windows with kill actions
Dana Jansens danakj@orodu.net
commit

b3c5fab3fa64e53c6c1413f848043eb1e2027f0c

parent

7ecfa01df81fcce628fbb354cc0c4faaddfb5c84

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

jump to
M openbox/client.copenbox/client.c

@@ -3333,6 +3333,9 @@ }

void client_kill(ObClient *self) { + /* don't kill our own windows */ + if (self->prompt) return; + if (!self->client_machine && self->pid) { /* running on the local host */ if (self->kill_level == 0) {