New window title reading plugin implemented. Watches for window title changes and reads them. Enable/disable with cthulhu+control+shift+W.

This commit is contained in:
Storm Dragon
2026-01-11 22:52:07 -05:00
parent 2ccd118cc5
commit d3c48b1e84
7 changed files with 383 additions and 1 deletions

View File

@@ -69,6 +69,9 @@ optdepends=(
# nvda2cthulhu plugin (optional)
'python-msgpack: Msgpack decoding for nvda2cthulhu'
'python-tornado: WebSocket server for nvda2cthulhu'
# Window Title Reader plugin (optional)
'python-xlib: X11 access for Wine window title plugin'
)
makedepends=(
git