slackbuilds_ponce/python/i3ipc
Tonus 1d69dae785
python/i3ipc: Added (Python library to control i3wm and sway)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-01-21 10:22:06 +07:00
..
i3ipc.info
i3ipc.SlackBuild
README
slack-desc

i3's interprocess communication (or ipc) is the interface
i3wm uses to receive commands from client applications such
as i3-msg. It also features a publish/subscribe mechanism for
notifying interested parties of window manager events.

i3ipc-python is a Python library for controlling the window
manager. This project is intended to be useful for general
scripting, and for applications that interact with the window
manager like status line generators, notification daemons,
and window pagers.