Merge pull request #4958 from v-dermichev/feature/workspace-name-css-class

feat (hyprland/workspaces): expose workspace name as CSS class
This commit is contained in:
Alexis Rouillard
2026-07-03 22:52:06 +02:00
committed by GitHub
2 changed files with 41 additions and 0 deletions
+1
View File
@@ -81,6 +81,7 @@ class Workspace {
int m_id;
std::string m_name;
std::string m_prevNameClass;
std::string m_output;
uint m_windows;
bool m_isActive = false;