[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

[dev] [PATCH slstatus] Add a -1 option flag

2020-06-23 Thread Daniel Moch
Allow slstatus to be used by programs that can grab status by calling an external program on a periodic basis (e.g. tmux) --- slstatus.1 | 5 - slstatus.c | 9 ++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/slstatus.1 b/slstatus.1 index da1a99a..d802037 100644 ---

Re: [dev] st mouse binding with scroll

2020-06-23 Thread Greg Reagle
On Sun, Jun 21, 2020, at 21:38, Kai Hendry wrote: > Since the mouse wheel bindings are disabled by default in scroll, what > are the alternative bindings people can suggest? > > https://git.suckless.org/scroll/file/config.def.h.html > > Would be kindof awesome to be able to scroll with a mouse.

Re: [dev] st: use mouse to paste from clipboard

2020-06-23 Thread Greg Reagle
On Tue, Jun 23, 2020, at 03:27, Kai Hendry wrote: > Hi Greg, have you seen https://st.suckless.org/patches/clipboard/ ? I hadn't. I just looked at it. I don't think it does what I want. -- Contact me: I am available on SIP, Matrix/Riot, and Jami. Just ask for my address.

Re: [dev] st mouse binding with scroll

2020-06-23 Thread Kai Hendry
Hey Greg, I don't want to use the patches, I want to use https://git.suckless.org/scroll/ as st >= 0.8.3 is designed for. https://www.reddit.com/r/suckless/comments/g96ejd/st_083_released/fp0x91z/ Just noticed someone else with my complaint:

Re: [dev] st: use mouse to paste from clipboard

2020-06-23 Thread Kai Hendry
Hi Greg, have you seen https://st.suckless.org/patches/clipboard/ ?