diff options
author | zachir <zachir@librem.one> | 2025-08-08 20:36:50 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-08 20:36:50 -0500 |
commit | 52abff2193929f931d82314b6235e6635c9f36c6 (patch) | |
tree | 0d00f60f2a629c1285c88084f71a5d2f2a11229a | |
parent | ca0f25eeee9c14199c4428511b5f3d4687168e1d (diff) | |
parent | b05ca41fdacf8740f9eb8dd94830118c09e684ec (diff) |
Merge branch 'master' into cla
-rw-r--r-- | waybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/waybar/config b/waybar/config index 7faffd9..0f47270 100644 --- a/waybar/config +++ b/waybar/config @@ -80,6 +80,7 @@ "format": "{icon}", "active-only": false, "all-outputs": false, + "persistent-only": true, "format-icons": { "1": "1", "2": "2", @@ -101,8 +102,7 @@ "18": "9", }, "persistent-workspaces": { - "DP-2": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], - "HDMI-A-1": [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ], + "*": 9, }, "on-scroll-up": "hyprctl dispatch split:workspace r+1", "on-scroll-down": "hyprctl dispatch split:workspace r-1", |