Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust bottom right corner of selection area by one pixel? #116

Open
Jonny1987 opened this issue Mar 22, 2019 · 1 comment
Open

Adjust bottom right corner of selection area by one pixel? #116

Jonny1987 opened this issue Mar 22, 2019 · 1 comment

Comments

@Jonny1987
Copy link

If using slop in a script which does a screenshot (ie maim) immediately after the slop, then there is 1 white pixel in the bottom right corner. I think this is from the normal cursor (after the selection cursor switches back to the normal cursor).

If the bottom right corner of the selection area is moved up and left by 1 pixel then I think this would stop this happening (so the selection area no longer overlaps with the top left pixel of the normal cursor).

This is not really a problem though as it is solved by doing a "xdotool mousemove_relative 1 1" before the screenshot

@naelstrof
Copy link
Owner

You could also disable the mouse in screenshots with --hidecursor. It should also fix your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants