diff options
| author | Kiran George <kirangeorge1995@gmail.com> | 2025-06-21 17:35:48 +0530 |
|---|---|---|
| committer | Kiran George <kirangeorge1995@gmail.com> | 2025-06-21 17:35:48 +0530 |
| commit | 96a6196f835df391d477cca75a5b6725aaf2e464 (patch) | |
| tree | 7b27e66ff7409612b2ae8b05e0dc8bd028c1eb21 | |
| parent | 7b8e5f9c2f542b70af067d3034524086c8dc800c (diff) | |
Updated workspaceNumberSize from 0->auto to manual->220
| -rw-r--r-- | config/quickshell/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/quickshell/config.json b/config/quickshell/config.json index cd9c2c4d..286985f5 100644 --- a/config/quickshell/config.json +++ b/config/quickshell/config.json @@ -16,7 +16,7 @@ "showXwaylandIndicator": true, "windowPadding": 6, "position": 1, - "workspaceNumberSize": 0 + "workspaceNumberSize": 220 }, "resources": { "updateInterval": 3000 |
