scrot
scrot copied to clipboard
New feature: select monitor (#38)
Ref: #38
New option: --monitor
, -M
- First attempt with
libxrandr
, temporarily discarded - Second attempt with
libxinerama
, simpler API.
Example: scrot -M 8
(force to fail, see log)
It is a draft.
This is a very old branch but autotools
is configured correctly.
Resolving all conflicts with the master branch
will never be done.
To test xrandr
:
git checkout -b xrandr
0a23c77
./configure CPPFLAGS=-DDEBUG
I'm very happy to see that someone is working on this!
What was your reason for discarding the libxrandr method btw?
It just seems to me that Xinerama is simpler to use. For now it works in the tests I did.