Re: [dev] st mouse binding with scroll

2020-06-24 Thread Kai Hendry
On Tue, 23 Jun 2020, at 11:30 PM, Greg Reagle wrote: > Hello. Did you get this resolved yet? I don't think I completely > understand your question. No, I guess I supposed to use some other random control character for mouse scroll {up,down}.

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 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: https://www.reddit.com/r/suckless/comments/gffymg/scro

Re: [dev] st mouse binding with scroll

2020-06-22 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 mouse binding with scroll

2020-06-22 Thread Greg Reagle
On Mon, Jun 22, 2020, at 06:46, Greg Reagle wrote: > I don't understand the purpose of mshortcuts. It doesn't seem to work. Actually, I do understand it, and it doesn't work because I commented it out. Sorry--it's early in the morning and I just woke up. mshortcuts works fine, but I haven't b

[dev] st mouse binding with scroll

2020-06-21 Thread Kai Hendry
Hi there, 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. Many thanks,