summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-06-05 13:45:56 -0500
committerzachir <zachir@librem.one>2024-06-05 13:45:56 -0500
commit3ae9002ee6d1393f64f66d6685446f11bf295b13 (patch)
tree9c910be2a38f9e287e9d82922f94f94c67bc43d3 /waybar
parentcc8305404f5c9745b893c22cd5de65d5809830c5 (diff)
cas: set hypr persistent workspaces in waybar
This sets the correct persistent workspaces for hyprland in waybar.
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/waybar/config b/waybar/config
index 1bc5dd3..d8506d2 100644
--- a/waybar/config
+++ b/waybar/config
@@ -40,8 +40,8 @@
"18": "9",
},
"persistent-workspaces": {
- "DP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
- "HDMI-A-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
+ "eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
+ "HDMI-A-1": [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ],
},
"on-scroll-up": "hyprctl dispatch split-workspace e+1",
"on-scroll-down": "hyprctl dispatch split-workspace e-1",