Re: swaywm-ipc

2020-03-09 Thread Martin Brezel via Digitalmars-d-announce
On Sunday, 8 March 2020 at 18:04:36 UTC, Panke wrote: What are you using it for? I plan to use it for creating plugins, which hook into the eventstream to do things like "give the workspace the name of its active window" - actually a plugin for this example exists already as a python script

Re: swaywm-ipc

2020-03-08 Thread Panke via Digitalmars-d-announce
On Sunday, 8 March 2020 at 16:34:24 UTC, Martin Brezel wrote: If you are using swaywm (swaywm.org), then it may interest you that i started to implement its IPC interface: https://github.com/mab-on/swaywm-ipc `swaywmipc.core` is the implementation of https://www.mankier.com/7/sway-ipc

swaywm-ipc

2020-03-08 Thread Martin Brezel via Digitalmars-d-announce
If you are using swaywm (swaywm.org), then it may interest you that i started to implement its IPC interface: https://github.com/mab-on/swaywm-ipc `swaywmipc.core` is the implementation of https://www.mankier.com/7/sway-ipc `swaywmipc.client` is a higher-level client, easy to use. (https