[xmonad] CopyWindow to pyhsical screens

Brandon Allbery allbery.b at gmail.com
Sun Feb 9 17:34:49 UTC 2014


On Sun, Feb 9, 2014 at 12:32 PM, Kasza Péter <mr.schyte at gmail.com> wrote:

> Is it possible to copy a window to another physical screen?
> Using CopyWindow the window seems to appear only on the "active"
> monitor.
>

No; the X server can only display it in one place at a time. Getting around
this requires intercepting window drawing and duplicating it somewhere else
(that is, you'd need a custom compositor to do it, the window manager
cannot).

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/xmonad/attachments/20140209/e100e529/attachment.html>


More information about the xmonad mailing list