Roger / escrotum

Linux screen capture using pygtk, inspired by scrot
GNU General Public License v3.0
214 stars 23 forks source link

Screen capture one out of two displays #39

Open joaoherberto opened 7 years ago

joaoherberto commented 7 years ago

I am running two monitors in extended mode, how do I issue a screenshot of display #2? the Display name is HDMI-0 ?

I tried this: escrotum --xid=HDMI-0 ~/tmp/01.png

Roger commented 6 years ago

You can't use --xid, xid is the id of a window, selecting a screen it's not supported right now.

erich-sch commented 6 years ago

I'd like to work on this if noone already is as I also need this functionality.