diff --git a/dot_config/waybar/config.jsonc b/dot_config/waybar/config.jsonc
index b3a09c0..52283cb 100644
--- a/dot_config/waybar/config.jsonc
+++ b/dot_config/waybar/config.jsonc
@@ -30,7 +30,8 @@
     // Modules configuration
     "hyprland/workspaces": {
         "disable-scroll": false,
-        "all-outputs": true,
+        "all-outputs": false,
+        "active-only": false,
         "warp-on-scroll": false,
         "on-scroll-up": "hyprctl dispatch workspace e+1",
         "on-scroll-down": "hyprctl dispatch workspace e-1",