diff options
| author | zachir <zachir@librem.one> | 2026-04-25 22:12:31 -0500 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2026-04-25 22:12:31 -0500 |
| commit | 3a2e541202f80f85070d6b8341442074b10e5267 (patch) | |
| tree | 4d61c8eae29cd2410403a713cd952d64495b4567 | |
| parent | 72ec58a6d660103f2d777092749c879993ca673d (diff) | |
First attempt to fix multimon waybar
| -rw-r--r-- | waybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waybar/config b/waybar/config index c29be0a..3266b2c 100644 --- a/waybar/config +++ b/waybar/config @@ -79,7 +79,7 @@ "hyprland/workspaces": { "format": "{icon}", "active-only": false, - "all-outputs": false, + "all-outputs": true, "persistent-only": true, "show-special": false, "format-icons": { |
