diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-07 15:49:40 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-07 15:49:40 +1000 |
| commit | d49a811d16770ae48e64d090ea15e301808d0671 (patch) | |
| tree | a0c7a07fff31226312f7ca7d8faca184f9edd5d9 /src/config/types.ts | |
| parent | config: handle config deleted (diff) | |
| download | caelestia-shell-d49a811d16770ae48e64d090ea15e301808d0671.tar.gz caelestia-shell-d49a811d16770ae48e64d090ea15e301808d0671.tar.bz2 caelestia-shell-d49a811d16770ae48e64d090ea15e301808d0671.zip | |
bar: show windows on each workspace
Diffstat (limited to 'src/config/types.ts')
| -rw-r--r-- | src/config/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index 0a30145..eea8738 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -37,6 +37,7 @@ export default { "bar.modules.workspaces.showLabels": BOOL, "bar.modules.workspaces.labels": ARR(STR), "bar.modules.workspaces.xalign": NUM, + "bar.modules.workspaces.showWindows": BOOL, "bar.modules.dateTime.format": STR, "bar.modules.dateTime.detailedFormat": STR, // Launcher |