diff options
author | ZachIR <zachir@librem.one> | 2025-08-09 06:16:19 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-08-09 06:16:19 -0500 |
commit | 19bb2527a8f32a07305b90dfc48618639f0a7438 (patch) | |
tree | 436acf951fc0a40e85447e663269285c9ed8f7eb | |
parent | 2c7bd7a79a70365e4f0c018031b38435bd7b657c (diff) | |
parent | b05ca41fdacf8740f9eb8dd94830118c09e684ec (diff) |
Merge remote-tracking branch 'origin/master' into car
-rw-r--r-- | waybar/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/waybar/config b/waybar/config index 39fda47..93cbcf1 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", |