naelstrof / maim

maim (make image) takes screenshots of your desktop. It has options to take only a region, and relies on slop to query for regions. maim is supposed to be an improved scrot.
Other
2.15k stars 78 forks source link

Do not consider root window's children as window frames #176

Closed Tumlinh closed 5 years ago

Tumlinh commented 5 years ago

Do not check current window's top child in case given window == root window

Fix for #175

naelstrof commented 5 years ago

Thanks!