Re: [dwm] Closing windows without closing the whole program

From: Marvin Preuss <xsteadfastx_AT_gmail.com>
Date: Sun, 06 Aug 2006 10:18:56 +0200

Marco Squarcina wrote:
> As I told you on IRC, I am not able to close a single instance of a
> running applications with dwm. If I open 2 firefox clients and I close
> one, both of them are killed.
> This doesn't happen on wmii-4 (latest hg tip)
>
> I'm using a very recent hg tip for dwm, anyway, this is the killclient
> function on my sources:
>
> killclient(Arg *arg)
> {
> if(!sel)
> return;
> if(sel->proto & PROTODELWIN)
> sendevent(sel->win, wmatom[WMProtocols],
> wmatom[WMDelete]);
> else
> XKillClient(dpy, sel->win);
> }

ja on wmi-3 its the same way...mod1+strg+c closes the window like i mean
it. i use the dwm 0.6 release but the function in the source looks
exactly the same. thats the only thing im break my head about dwm. i
mean its just not about firefox...gajim too or other windows. too bad.
but thank you :)
Received on Sun Aug 06 2006 - 10:18:59 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:29:58 UTC