[GH-ISSUE #1356] [Niri Taskbar] use official niri-ipc crate to display opened windows #7428

Open
opened 2026-05-23 02:54:23 +01:00 by JakeStanger · 1 comment
Owner

Originally created by @n3ptune-plan3t on GitHub (Jan 30, 2026).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1356

Is your feature request related to a problem? Please describe.

Right now, taskbar is showing apps according to their opening time. I want it according to how they are placed in workspace(left to right)

Describe the solution you'd like

I want the taskbar to show the opened apps according to how they are placed in workspace(left to right)
You can use niri-ipc crate

Originally created by @n3ptune-plan3t on GitHub (Jan 30, 2026). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1356 **Is your feature request related to a problem? Please describe.** > Right now, taskbar is showing apps according to their opening time. I want it according to how they are placed in workspace(left to right) **Describe the solution you'd like** > I want the taskbar to show the opened apps according to how they are placed in workspace(left to right) > You can use niri-ipc crate
Author
Owner

@JakeStanger commented on GitHub (Jan 30, 2026):

I'm not sure how feasible this is at the moment. The launcher module relies on the wlr-foreign-toplevel-management Wayland protocol, and not any IPC implementation. I can't see any plans to implement this sort of thing into any protocol, and relying on IPC results in doubling up the client code and having to pair the two.

There may be a better/easier way - open to suggestions.

<!-- gh-comment-id:3824604315 --> @JakeStanger commented on GitHub (Jan 30, 2026): I'm not sure how feasible this is at the moment. The launcher module relies on the `wlr-foreign-toplevel-management` Wayland protocol, and not any IPC implementation. I can't see any plans to implement this sort of thing into any protocol, and relying on IPC results in doubling up the client code and having to pair the two. There may be a better/easier way - open to suggestions.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#7428
No description provided.