[GH-ISSUE #213] [Launcher] Multiple focused icons when closing application with multiple windows #2907

Closed
opened 2026-05-22 23:52:39 +01:00 by JakeStanger · 0 comments
Owner

Originally created by @donovanglover on GitHub (Jul 3, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/213

Describe the bug
When closing an application that has more than one window, the icon of the application closed as well as the icon of the newly focused application have focus.

To Reproduce

  1. Open one browser and two terminal windows
  2. Close one of the terminal windows, making sure that the browser is auto-focused next
  3. Observe two icons with the focused state

Expected behavior
No more than one application should be focused at the same time

System information:

Configuration

.launcher .focused {
  border-bottom: 1px solid @color_border_active;
}
Originally created by @donovanglover on GitHub (Jul 3, 2023). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/213 **Describe the bug** When closing an application that has more than one window, the icon of the application closed as well as the icon of the newly focused application have focus. **To Reproduce** 1. Open one browser and two terminal windows 2. Close one of the terminal windows, making sure that the browser is auto-focused next 3. Observe two icons with the focused state **Expected behavior** No more than one application should be focused at the same time **System information:** - Distro: NixOS - Compositor: Hyprland - Ironbar version: https://github.com/JakeStanger/ironbar/commit/7f4a816379cfd991aa8b9fe23f1a6917ccc387fc **Configuration** ``` .launcher .focused { border-bottom: 1px solid @color_border_active; } ```
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#2907
No description provided.