Re: [dev] unsubscribe

2020-06-24 Thread Quentin Rameau
:(

Re: [dev] [st] terminal app resizing redraw artifacts

2020-06-24 Thread Kai Ting
To answer my own question, I seem to have found the issue: Basically the tclearregion in resize uses whatever is left in term.c.attr.bg to paint the background. I bet sometimes there are left over values ( in this case the cursor background is purple/yellow) and it got painted all over the newly

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

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 >

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

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

Re: [dev] [st] terminal app resizing redraw artifacts

2020-06-24 Thread Ivan Tham
On Tue, Jun 23, 2020 at 10:34:59PM -0700, Kai Ting wrote: Hello! I have been using st for a while trying to transition fully from xterm. However one issue I couldn't resolve for the life of me is that under dwm and st, changing the windows size sometimes results in colored flashes around the