[PR #1197] [MERGED] fix(workspaces): send workspace move for hyprland #6839

Closed
opened 2026-05-23 01:57:15 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1197
Author: @azertyfun
Created: 10/16/2025
Status: Merged
Merged: 10/16/2025
Merged by: @JakeStanger

Base: masterHead: fix/hyprland-workspace-move


📝 Commits (1)

  • 6b2a1b2 fix(workspaces): send workspace move for hyprland

📊 Changes

2 files changed (+22 additions, -10 deletions)

View changed files

📝 src/clients/compositor/hyprland.rs (+9 -4)
📝 src/modules/workspaces/mod.rs (+13 -6)

📄 Description

As discussed in #1196.

I am not 100 % clear on the details of why moving rx after Workspaces::get() fixes the race condition I observed – but it works and Jake mentions the whole subsystem will eventually be migrated to ext-workspace-v1 so I'm not too worried about it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/1197 **Author:** [@azertyfun](https://github.com/azertyfun) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/hyprland-workspace-move` --- ### 📝 Commits (1) - [`6b2a1b2`](https://github.com/JakeStanger/ironbar/commit/6b2a1b2e585eb082fa51ea67bd168a672da01d82) fix(workspaces): send workspace move for hyprland ### 📊 Changes **2 files changed** (+22 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/clients/compositor/hyprland.rs` (+9 -4) 📝 `src/modules/workspaces/mod.rs` (+13 -6) </details> ### 📄 Description As discussed in #1196. I am not 100 % clear on the details of why moving `rx` after `Workspaces::get()` fixes the race condition I observed – but it works and Jake mentions the whole subsystem will eventually be migrated to `ext-workspace-v1` so I'm not too worried about it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 01:57:15 +01:00
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#6839
No description provided.