deine mum
This commit is contained in:
@@ -217,8 +217,8 @@ void HyprlandService::refresh_workspaces() {
|
||||
state.id = slot;
|
||||
state.hyprId = -1;
|
||||
state.label = std::to_string(slot);
|
||||
state.focused = (slot == focusedSlot);
|
||||
state.active = state.focused;
|
||||
state.active = (slot == focusedSlot);
|
||||
state.focused = state.focused;
|
||||
state.urgent = false;
|
||||
monitor.workspaceStates.emplace(slot, state);
|
||||
}
|
||||
@@ -384,4 +384,4 @@ void HyprlandService::handle_urgent_window(std::string windowAddress) {
|
||||
workspaceStateChanged.emit(monitor.id);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user