diff options
author | zachir <zachir@librem.one> | 2023-08-02 01:50:48 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-08-02 01:50:48 -0500 |
commit | 18e04a450d2ef16fdd2162deeac06e8ce65ddce3 (patch) | |
tree | 3cf5bce38b568ede261f0c18fde19f3b65a86b20 /waybar/config | |
parent | 3d2d1f62fdcf773bd5c14994c36da587bcc17d56 (diff) |
Make hyprland use 9 workspaces with better waybar
Diffstat (limited to 'waybar/config')
-rw-r--r-- | waybar/config | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/waybar/config b/waybar/config index 401bbcd..e80da3a 100644 --- a/waybar/config +++ b/waybar/config @@ -18,7 +18,18 @@ "wlr/workspaces": { "format": "{name}", "active-only": false, - "all-outputs": true, + "all-outputs": false, + "persistent_workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [], + "6": [], + "7": [], + "8": [], + "9": [] + }, "on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-down": "hyprctl dispatch workspace e-1", "on-click": "activate" |