-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Doesn't capture window decorations #14
Comments
Hey! As far as I know, window decorations are generally a part of the parent window (although it depends on the compositor). So I added Please let me know if it works or not for further research. |
Doesn't seem to work with On another perhaps relevant note, slop is listed as an optdepend for window selection, but it doesn't make a difference whatsoever having it installed or not. |
What are the window names (logs) changing into when you use
Here. Maybe I should remove that since it doesn't affect the runtime. |
Sorry if I wasn't clear, it's only visual, the screenshot is exactly the same just that the border doesnt show up. Anyway here's comparing with and without
Both are focusing my terminal emulator
Ah, right, I assumed the program would make use of it directly, I hadn't read that part, my bad. |
I've been looking into this issue and I'm afraid it might be a limitation about Xlib. I'll keep searching for alternative implementations and post results here. |
Describe the bug
When trying to select a window with either
capture
orrecord
, it will only select the area excluding the top border, and if I had any on the sides I'd assume those would be missing too.To Reproduce
Steps to reproduce the behavior:
menyoki capture
Expected behavior
The entire window to be captured
Screenshots/Logs
The top part of the window is cut off:
System Information
The text was updated successfully, but these errors were encountered: