niri-workspaces-rs

a better way to visualise workspace windows in niri window manager
Log | Files | Refs | README

commit 853d4a7a3b12bbb6dd679e644f759e71bd6731bc
parent 57f8902d9368772e2f87dc60566035db04357ebc
Author: ryukamish <[email protected]>
Date:   Mon, 27 Apr 2026 14:09:32 +0530

fix: updating the ipc version fixes lagged switching

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -niri-ipc = { version = "25.11.0", features = ["clap"] } +niri-ipc = "26.4.0" serde = { version = "1", features = ["derive"] } serde_json = "1"