mirror of https://github.com/0intro/wmii
reenabled detach
This commit is contained in:
parent
7f6935a8a5
commit
cedfb3fac5
|
@ -1075,6 +1075,8 @@ xwrite(IXPConn *c, Fcall *fcall)
|
|||
cl = page[i1]->area[i2]->client[i3];
|
||||
if(!strncmp(buf, "kill", 5))
|
||||
kill_client(cl);
|
||||
if(!strncmp(buf, "detach", 7))
|
||||
detach_client(cl, False);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue