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
Same issue with xmonad. Setting borderhere to zero hides the border on the screenshot.
Currently there is only --nodecorations which deals with more complex window decorations which are really their own X windows. I assume (and this is just a guess) more complex desktop environments like GNOME or KDE use this kind of extra wrapper window for the title bar, etc.
I suggest adding an extra option --noborder to maim which removes the border in WMs like xmonad, bspwm as proposed above. I'm willing to make a PR for this, what do you think @naelstrof? How does i3 fit into this I wonder?
Alternatively we could add --nodecorations 3 which would do the same recursive window descent as --nodecorations 2 and set the border to zero as well. I prefer the --noborder option because it clearly separates the border removal from the window descent approach.
Even with
-n 2
,maim
still includes bspwm's borders in its screenshotsExample of a command:
maim -B -u -s -n 2 | xclip -selection c -t image/png
Result:
The text was updated successfully, but these errors were encountered: