feat: add variable to customize locked group border color (#2507)
added variables: - general:col.group_border_locked - general:col.group_border_locked_active
This commit is contained in:
parent
528cfc2889
commit
24ed9b061f
4 changed files with 46 additions and 24 deletions
|
|
@ -2005,6 +2005,8 @@ void CKeybindManager::lockActiveGroup(std::string args) {
|
|||
} else {
|
||||
PHEAD->m_sGroupData.locked = false;
|
||||
}
|
||||
|
||||
g_pCompositor->updateWindowAnimatedDecorationValues(PWINDOW);
|
||||
}
|
||||
|
||||
void CKeybindManager::moveIntoGroup(std::string args) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue