ttygde / pokoy

Lightweight daemon that helps prevent RSI and other computer related stress
GNU General Public License v2.0
57 stars 9 forks source link

Support for multiple screen #7

Open neochrome opened 9 years ago

neochrome commented 9 years ago

Is there any support for multiple screens that I haven't realised, or is it maybe a feature that could be considered?

When I have two screens connected and pokoy blanks the screen, I get a black window in the middle of the two:

+--------+--------+
|   +----|----+   |
|   |XXXX|XXXX|   |
|   |XXXX|XXXX|   |
|   +----|----+   |
+--------+--------+

Instead it would be nice to have the app blanking all connected screens separatly, with the same message and progress visible on all.

dumol commented 9 years ago

I think I have the same problem if I start pokoy after setting up my monitors. Usually I only have one output active, and if I rotate it after starting pokoy, than the black window has the original geometry of that output, 1280x1024, instead of the new geometry: 1024x1280.

If I start pokoy after rotating the screen, the black window has the geometry of the rotated screen and all is fine…