Closed the-white-light closed 3 years ago
I was hoping for a way to specify which display (eg. :1, :2, etc.) pyscreenshot takes from without having the parent script operating on the same display.
:1
:2
This should work if you have an X backend:
os.environ["DISPLAY"] = ":99" im = grab()
I was hoping for a way to specify which display (eg.
:1
,:2
, etc.) pyscreenshot takes from without having the parent script operating on the same display.