Re: FVWM: Button release does not stop window dragging
Jaimos Skriletz <[email protected]> Tue, 21 Jun 2022 22:20:17 -0600
| Newsgroups | gmane.comp.window-managers.fvwm |
|---|---|
| Message-ID | <CAJabFbiLrztatgAHHzQ-DrPY1XkHQFSuPHwifx=wrMQX5cq+xQ@mail.gmail.com> |
On Sun, Jun 19, 2022 at 11:35 PM Dov Grobgeld <[email protected]> wrote: > > AddToFunc "Raise/Move/Shade" > + "M" Raise > + "M" Move > + "C" Raise > + "D" WindowShade > > > Apparently the "double" execution caused the behavior that I was seeing. > This is why it is common to DestroyFunc "Raise/Move/Shade" first. This way you start with a new function as opposed to adding to a previously defined one.