diff options
-rw-r--r-- | waybar/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/waybar/config b/waybar/config index 70c6bda..1292b7b 100644 --- a/waybar/config +++ b/waybar/config @@ -4,6 +4,8 @@ "height": 36, //"output": "%%DISPLAY%%", "spacing": 4, + //"margin-top": 5, + //"margin-bottom":5, // Choose the order of the modules @@ -99,7 +101,7 @@ }, "persistent-workspaces": { "DP-2": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], - //"DP-2": [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ], + "HDMI-A-1": [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ], }, "on-scroll-up": "hyprctl dispatch split:workspace r+1", "on-scroll-down": "hyprctl dispatch split:workspace r-1", |