Re: [dev] On how dwm hides windows

2020-06-24 Thread Silvan Jegen
Dear Laslo Laslo Hunhold wrote: > On Wed, 24 Jun 2020 14:39:03 +0200 > "Silvan Jegen" wrote: > > Dear Silvan, > > > The first beginnings are here (not by me): > > > > https://github.com/djpohly/dwl > > > > It uses the wlroots[0] wayland compositor library which a lot of > > people may not co

Re: [dev] On how dwm hides windows

2020-06-24 Thread Laslo Hunhold
On Wed, 24 Jun 2020 14:39:03 +0200 "Silvan Jegen" wrote: Dear Silvan, > The first beginnings are here (not by me): > > https://github.com/djpohly/dwl > > It uses the wlroots[0] wayland compositor library which a lot of > people may not consider suckless however. I think the decision to use > t

Re: [dev] On how dwm hides windows

2020-06-24 Thread Silvan Jegen
Hi Anselm Garbe wrote: > On Tue, 23 Jun 2020 at 14:48, wrote: > > [...] > > IMO the next evolutionary step of dwm will be considering to migrate > to wayland at some point. X has always been a nightmare. The first beginnings are here (not by me): https://github.com/djpohly/dwl It uses the wlr

Re: [dev] On how dwm hides windows

2020-06-24 Thread Anselm Garbe
On Tue, 23 Jun 2020 at 14:48, wrote: > I am writing a wm for myself and I have a question about how dwm (and > a lot of other WMs that copies dwm, such as katriawm and berry) hides > clients. > > dwm manage() a client when it receives a MapRequest event and unmanage() > it when it receives both a

[dev] On how dwm hides windows

2020-06-23 Thread phillbush
I am writing a wm for myself and I have a question about how dwm (and a lot of other WMs that copies dwm, such as katriawm and berry) hides clients. dwm manage() a client when it receives a MapRequest event and unmanage() it when it receives both a UnmapNotify or a DestroyNotify event, while hide