Waybar/src/modules/hyprland
yangyingchao a34e3ccc86 Improvements for Hyprland workspace
1. Utilize `m_mutex` to safeguard member fields of `hyprland::Workspaces` as they are modified by multiple threads, including the event listener thread and UI thread. This applies to all member fields, not just `m_workspacesToCreate`.

2. Tidy up the create/remove workspace code.
2024-01-08 09:14:36 +08:00
..
backend.cpp chore: cpplint fixes hyprland classes 2023-09-03 00:18:31 -05:00
language.cpp chore: cpplint fixes hyprland classes 2023-09-03 00:18:31 -05:00
submap.cpp chore: cpplint fixes hyprland classes 2023-09-03 00:18:31 -05:00
window.cpp chore: cpplint fixes hyprland classes 2023-09-03 00:18:31 -05:00
workspaces.cpp Improvements for Hyprland workspace 2024-01-08 09:14:36 +08:00