Registry / other / i3ipc
library0.10.1rscratesunverified

A library for controlling i3-wm through its IPC interface.

# Cargo.toml [dependencies] i3ipc = "0.10.1"
INSTALL
IMPORT
SIG · I3IPC
I
i3ipc
otherrustv0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

I3Connection
use i3ipc::I3Connection;

Connects to the i3 window manager IPC and retrieves workspace information.

use i3ipc::I3Connection; let mut connection = I3Connection::connect().unwrap(); let workspaces = connection.get_workspaces().unwrap(); println!("{:?}", workspaces);
Debug
Known issues
gotchaRequires i3 window manager running; will panic if not available.
fix
Ensure i3 is running before using this library.
affects: all
Upgrade
Version history
0.10.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Meta
1
Amazon
1
Resources
i3ipc — cargo add i3ipc · libregistry