all repos — openbox @ 7b4556b2111b03dcdca4a58e1bde94a66ba86806

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

7b4556b2111b03dcdca4a58e1bde94a66ba86806

parent

972e1fc5a32e7d798fb3023012e73af20b5b03c7

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

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

@@ -3425,6 +3425,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) {