naelstrof
naelstrof
You could also disable the mouse in screenshots with `--hidecursor`. It should also fix your problem.
Oh gosh that sucks, if the license allows, I don't mind including the glm files in slop. Or some math lib replacement.
Took me forever to respond because I couldn't figure out how to fix it. It has to do with how X11 does mouse input. After writing the Wayland port where...
Unfortunately that's just how xorg handles mouse input. If you used crosshair to select a character in your terminal, you can see no matter what angle you attempt to select...
Wayland's x11 translation works well for slop, I have set up to allow for native Wayland support, but it's not implemented yet. Maybe in the future sometime, but since it...
Here you go: https://github.com/naelstrof/slop/tree/slop-wayland
Currently I've got it working on gnome's compositor. It doesn't do anything strange, so it should work on any. It lacks any capacity to select windows though, Wayland doesn't support...
Run cmake with the following command: `cmake -DSLOP_UNICODE=false ./` Or install the icu libraries.
Thanks for letting me know, FindICU.cmake is actually shipped with cmake as an official library module. Since I found out that it doesn't fix the bug that I thought it...
You need to install libpng On Dec 30, 2017 5:03 PM, "leedoyle" wrote: > I then proceeded with cloning maim and trying to build it, but encountered > this: >...