On Sun, Nov 21, 2021 at 11:32 AM Jaimos Skriletz <jaimosskril...@gmail.com> wrote: > > On Sun, Nov 21, 2021 at 2:09 AM Jaimos Skriletz > <jaimosskril...@gmail.com> wrote: > > > > All of the updates have been pushed to js/snapattract. > > > > I noticed a bug, though I think it is elsewhere in the code.
Arg, the bug was me, I wasn't typing my Style line correctly. Though this did lead me to find an inconsistency between the manual page and the actual code. The manual page states that for Style EdgeMoveResistance: The optional second parameter does the same as the first, but for individual RandR screens. If omitted, the value of the first parameter is assumed for this type of movement. Set the second parameter to 0 to zero to ignore individual RandR screen edges. This is not what I am experiencing. Instead if the optional second parameter is omitted, the resistance between RandR screens is set to zero (thus ignored), and this second parameter is needed to set any resistance between RandR screens. jaimos