On Fri, Feb 03, 2012 at 04:26:05PM +0200, Ivan Kanakarakis wrote:
> Here [0] is what icccm says about deleting widows,
> and here [1] [2] is what ewmh says about closing windows
> in case you're looking into the standards.
>
> [0]: http://tronche.com/gui/x/icccm/sec-4.html#s-4.2.8.1
> [1]: http://
So, how are things going? I guess setting up an existing BTS on
suckless.org while waiting is out of the question?
I'm already using some sort of TODO/XXX in comment but it could be better...
For what it's worth, here's my usecase/design/whatever. I don't need much:
- basic interface (cli, mail, h
Hi people,
It seems st won't terminate itself when WM_DELETE_WINDOW is sent by a wm.
You can observe that behavior when spawning st from another terminal and
then sending an event - XSendEvent() - with the WM_DELETE_WINDOW atom as
data.
Dwm - the killclient() function - "works around" that, by ch