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

2020-06-22 Thread Greg Reagle
On Mon, Jun 22, 2020, at 22:38, Ivan Tham wrote: > On Mon, Jun 22, 2020 at 07:03:13AM -0400, Greg Reagle wrote: > >I can easily paste from the primary selection using middle mouse button > >(Button2), or with the keyboard (Ctrl-Shift-y). To paste from the clipboard > >I can use the keyboard (Ctr

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

2020-06-22 Thread Ivan Tham
On Mon, Jun 22, 2020 at 07:03:13AM -0400, Greg Reagle wrote: I can easily paste from the primary selection using middle mouse button (Button2), or with the keyboard (Ctrl-Shift-y). To paste from the clipboard I can use the keyboard (Ctrl-Shift-v), but there is no way to do it with the mouse.

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: use mouse to paste from clipboard

2020-06-22 Thread Greg Reagle
I can easily paste from the primary selection using middle mouse button (Button2), or with the keyboard (Ctrl-Shift-y). To paste from the clipboard I can use the keyboard (Ctrl-Shift-v), but there is no way to do it with the mouse. Wouldn't it be great to be able to paste from the clipboard se