Attributes doc format fix from the review

Co-authored-by: Tuur Vanhoutte <4633209+zjeffer@users.noreply.github.com>
This commit is contained in:
Anthony Ruhier 2024-02-26 00:05:12 +01:00
parent b3ee94d87a
commit d6d4d87cf7
No known key found for this signature in database
GPG Key ID: 718580F8C71DEE4F
1 changed files with 2 additions and 4 deletions

View File

@ -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;