<div dir="ltr"><pre>> A lot of useful features require clipboard access and monitoring
> without having a keyboard focus, e.g. clipboard action (klipper[1] and
> some download agents), command line access (IPython's %paste magic).
> This patch sends out selection events to all clients when the
> selection owner changes no matter whether the client has a focus or
> not in order to support these features.

> [1] <a href="http://userbase.kde.org/Klipper">http://userbase.kde.org/Klipper</a>
> [2] <a href="http://ipython.org/ipython-doc/dev/interactive/tutorial.html">http://ipython.org/ipython-doc/dev/interactive/tutorial.html</a><br><br></pre><pre>If I got you right, I wonder if it makes sense (performance wise or logically)<br>
sending out these additional/global events only to clients interested in these<br>global events.<br></pre></div>