From b05ca41fdacf8740f9eb8dd94830118c09e684ec Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 8 Aug 2025 20:35:48 -0500 Subject: Make waybar display agnostic Specifically in regards to persistent workspaces. It now works like with hyprsplit. --- waybar/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/waybar/config b/waybar/config index 9a60dba..91dd9a4 100644 --- a/waybar/config +++ b/waybar/config @@ -71,6 +71,7 @@ "format": "{icon}", "active-only": false, "all-outputs": false, + "persistent-only": true, "format-icons": { "1": "1", "2": "2", @@ -92,7 +93,7 @@ "18": "9", }, "persistent-workspaces": { - "eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], + "*": 9, }, "on-scroll-up": "hyprctl dispatch split:workspace r+1", "on-scroll-down": "hyprctl dispatch split:workspace r-1", -- cgit v1.2.3