diff options
| author | Robin Seger <pixelkhaos@gmail.com> | 2026-03-15 07:34:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-15 17:34:52 +1100 |
| commit | 1508abd3e13fe30bd90bc11d80b52aa8d8d4596e (patch) | |
| tree | aea4c81ace0344dbda5515b3e0ad613a3dd37568 /config/Config.qml | |
| parent | dash: use currentIndex for width, restore binding (#1286) (diff) | |
| download | caelestia-shell-1508abd3e13fe30bd90bc11d80b52aa8d8d4596e.tar.gz caelestia-shell-1508abd3e13fe30bd90bc11d80b52aa8d8d4596e.tar.bz2 caelestia-shell-1508abd3e13fe30bd90bc11d80b52aa8d8d4596e.zip | |
workspaces: window icons limit (#1267)
* workspace window icons display limit
* serialization
Diffstat (limited to 'config/Config.qml')
| -rw-r--r-- | config/Config.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Config.qml b/config/Config.qml index d6f5d19..eaeafb7 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -209,6 +209,7 @@ Singleton { occupiedBg: bar.workspaces.occupiedBg, showWindows: bar.workspaces.showWindows, showWindowsOnSpecialWorkspaces: bar.workspaces.showWindowsOnSpecialWorkspaces, + maxWindowIcons: bar.workspaces.maxWindowIcons, activeTrail: bar.workspaces.activeTrail, perMonitorWorkspaces: bar.workspaces.perMonitorWorkspaces, label: bar.workspaces.label, |