Almamu / linux-wallpaperengine

Wallpaper Engine backgrounds for Linux!
GNU General Public License v3.0
1.59k stars 61 forks source link

How to disable mouse input? #176

Open maltsaar opened 1 year ago

maltsaar commented 1 year ago

Everything is almost perfect.

On my Wayland compositor sway there's an occasional issue where the mouse input can cause the wallpaper to move erraticaly.

Is there any way to disable the mouse input for the wallpaper?

Almamu commented 1 year ago

There's no option yet, but yes, I can add it. Can you describe the issue with the mouse a bit more in detail? Maybe it's something I can fix too.

maltsaar commented 11 months ago

Thanks for answering!

Essentially what happens:

Wallpaper I'm using: 2550233190

It's kind of annoying because I haven't found a way to replicate the issue normally. It just happens occasionally and at random.

The only reason I think it's something to do with the mouse movement is because that seems to be the only way to manipulate the positioning of the wallpaper/canvas.

Almamu commented 11 months ago

This sounds like an issue with the parallax calculations for the background. I've added support for disabling the mouse position detection, but it might not solve your issue, depending on the real cause. I'll take a closer look at the background and see If I can reproduce the issue.