mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
36489f1daa
* add toggle-keyboard-shortcuts-inhibit to CLI/IPC missed it inef8d5274b8or https://github.com/YaLTeR/niri/pull/630 or0584dd2f1eor whatever * Update niri-ipc/src/lib.rs --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
niri-ipc
Types and helpers for interfacing with the niri Wayland compositor.
Backwards compatibility
This crate follows the niri version. It is not API-stable in terms of the Rust semver. In particular, expect new struct fields and enum variants to be added in patch version bumps.
Use an exact version requirement to avoid breaking changes:
[dependencies]
niri-ipc = "=25.2.0"