Hide non-visible special workspaces

This commit is contained in:
alttabber
2024-05-28 16:57:47 +02:00
parent 57f2a57dac
commit 29e3d8c371
4 changed files with 12 additions and 0 deletions

View File

@ -576,6 +576,7 @@ auto Workspaces::parseConfig(const Json::Value &config) -> void {
populateBoolConfig(config, "all-outputs", m_allOutputs);
populateBoolConfig(config, "show-special", m_showSpecial);
populateBoolConfig(config, "special-visible-only", m_specialVisibleOnly);
populateBoolConfig(config, "active-only", m_activeOnly);
populateBoolConfig(config, "move-to-monitor", m_moveToMonitor);