diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-02-11 00:55:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-11 00:55:42 +0900 |
| commit | f4459e7abdf3ad6cf9d78b7f59bbe2524d870886 (patch) | |
| tree | 71d4c2e071d8ba152b8ee121980c75a56a15ac55 /config/waybar/ModulesWorkspaces | |
| parent | 99dcaf5bf9e77adf0342446012acfd4588cf5738 (diff) | |
| parent | 90623057bbfd7e9d010cbb316947467884e3b774 (diff) | |
Merge pull request #549 from JaKooLit/main
main to development
Diffstat (limited to 'config/waybar/ModulesWorkspaces')
| -rw-r--r-- | config/waybar/ModulesWorkspaces | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/waybar/ModulesWorkspaces b/config/waybar/ModulesWorkspaces index 79a5eeae..f6071a69 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -175,6 +175,9 @@ "on-click": "activate", "on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-down": "hyprctl dispatch workspace e-1", + "persistent-workspaces": { + "*": 5 + }, "format": "{icon} {windows}", "format-window-separator": " ", "window-rewrite-default": " ", |
