You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current version, when making a screenshot of a selected window, the captured area starts outside of the window decoration (window decoration is 1px in my case), but uses the dimensions of the window content. This means that the decoration at the left and top side is captured, but the bottom and right side are slightly cropped.
Is like get_geometry is giving the height/width of the window without decorations, but the the position (x, y) is from the start of the decoration. I tried with get_frame_extents that should include the wm decorations but is the same as get_geometry, this looks like a bug in gdk.
Which wm and distro are you using? here is arch + qtile
With the current version, when making a screenshot of a selected window, the captured area starts outside of the window decoration (window decoration is 1px in my case), but uses the dimensions of the window content. This means that the decoration at the left and top side is captured, but the bottom and right side are slightly cropped.
Slightly related to #9.
The text was updated successfully, but these errors were encountered: