diff options
author | Tonus <tonus1@free.fr> | 2023-01-20 05:33:03 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:22:06 +0700 |
commit | 1d69dae785e0a53610e93ef0ea063bbe5c841fab (patch) | |
tree | dd73fbf1b42fb7c8ef312b31f0601a72cb026421 /python/i3ipc/README | |
parent | 0adcd0d11bf5e04c2508cef8769d6873d4640eed (diff) |
python/i3ipc: Added (Python library to control i3wm and sway)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/i3ipc/README')
-rw-r--r-- | python/i3ipc/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/i3ipc/README b/python/i3ipc/README new file mode 100644 index 0000000000..c011311601 --- /dev/null +++ b/python/i3ipc/README @@ -0,0 +1,10 @@ +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. |