diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-02-03 09:34:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-03 09:34:54 +0900 |
| commit | 00ec698e6b73c698fc5811781efe06366cb2971d (patch) | |
| tree | 1cffc2003d3df1ae8721344bfefbbea4dfc89a66 /config/waybar/ModulesWorkspaces | |
| parent | 949046ffcb2817caf32bf82f06d5cdf3d57b1a40 (diff) | |
Update ModulesWorkspaces - reduced workspace persistent to 5 as it just look 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", |
