altdesktop / i3ipc-python

🐍 An improved Python library to control i3wm and sway.
http://i3ipc-python.readthedocs.io
BSD 3-Clause "New" or "Revised" License
851 stars 109 forks source link

stop application on unfocus -- copy/paste issue #169

Closed pizdjuk closed 1 year ago

pizdjuk commented 3 years ago

If copying something from browser window, which is supposed to be stopped on lose of focus, nothing can be pasted in other window till browser window will be activated other time.

Workaround -- set a timeout to lose of the focus, 10 or 15 seconds would be enough.

acrisci commented 3 years ago

There's nothing I can do about this. Copy/paste requires the process that owns the clipboard to be running to send the contents.

pizdjuk commented 3 years ago

One can wait some timeout before suspend the process.

pizdjuk commented 1 year ago

The bug is out of scope of this plugin. So, closing the bug.