Attributes doc format fix from the review
Co-authored-by: Tuur Vanhoutte <4633209+zjeffer@users.noreply.github.com>pull/2967/head
parent
b3ee94d87a
commit
d6d4d87cf7
|
@ -104,10 +104,8 @@ class Workspace {
|
|||
uint m_windows;
|
||||
bool m_isActive = false;
|
||||
bool m_isSpecial = false;
|
||||
// m_isPersistentRule represents the persistent state in hyprland
|
||||
bool m_isPersistentRule = false;
|
||||
// m_isPersistentConfig represents the persistent state in the Waybar config
|
||||
bool m_isPersistentConfig = false;
|
||||
bool m_isPersistentRule = false; // represents the persistent state in hyprland
|
||||
bool m_isPersistentConfig = false; // represents the persistent state in the Waybar config
|
||||
bool m_isUrgent = false;
|
||||
bool m_isVisible = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue