i3ipc-glib icon indicating copy to clipboard operation
i3ipc-glib copied to clipboard

A C interface library to i3wm

Results 10 i3ipc-glib issues
Sort by recently updated
recently updated
newest added

in the readme it says that gobject-introspection is optional, however without this change the configure would fail with `HAVE_INTROSPECTION does not appear in AM_CONDITIONAL` after this change, configuring without gobject-introspection...

It would be great if I can just `apt install` on 20.04. Thanks in advance!

Hi. I installed the library and compiled the example. When the resulting executable is run, it yields the message: `error while loading shared libraries: libi3ipc-glib-1.0.so.0: cannot open shared object file:...

Building from source on Debian is a dependency nightmare. Possible to get some .deb packages built?

i3 switched the `mark` property to `marks` which can contain an array of marks. We just support the old API of having one string as a mark per window.

Help Wanted

The meson build system is much nicer and will be easier to maintain. Use [playerctl](https://github.com/acrisci/playerctl) as a template project since it's so similar.

Help Wanted

Make sure the library basically works with Sway.

Just found this discrepency between the `i3-msg` cli and `i3ipc-glib` and was curious why. The sort order of the workspace replies is reversed in the latter. I guess we are...

While investigating [this issue](https://github.com/denesb/xfce4-i3-workspaces-plugin/issues/7) I consistently met crashes inside _i3ipc-glib_ when restarting i3. Since I wasn't entirely confident that the bug was not in my code I created a minimal...

Help Wanted

Use the [i3ipc-python](https://github.com/acrisci/i3ipc-python/) test suite as a template project. Write tests using the python bindings. Tests should include new functionality.

Help Wanted