diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-03 22:12:47 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-03 22:12:47 +0900 |
| commit | 897ba529ce032b2e66ba5ed0604e421730fcddb5 (patch) | |
| tree | 2346a22e65ac03bd950379c03d511d34367b0567 /config/waybar/ModulesWorkspaces | |
| parent | f2fd8261f187e6394cff5be695c943b49b1b05a9 (diff) | |
waybar workspaces for normal no.s reduced workspace persistent to 5 as it looks ridiculous
Diffstat (limited to 'config/waybar/ModulesWorkspaces')
| -rw-r--r-- | config/waybar/ModulesWorkspaces | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/waybar/ModulesWorkspaces b/config/waybar/ModulesWorkspaces index 8219d295..79a5eeae 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -150,7 +150,7 @@ "on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-down": "hyprctl dispatch workspace e-1", "persistent-workspaces": { - "*": 10 + "*": 5 }, "format-icons": { "1": "1", |
