diff options
author | zachir <zachir@librem.one> | 2025-07-28 12:59:35 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-28 12:59:35 -0500 |
commit | f25579c092fe413bf0a5b4b1ca8bf4e29bfb3add (patch) | |
tree | cfe6432eadf248d6f0505e5ad84030c8a4b7b22e | |
parent | a7ec9a76a09e6a55b8c0f93d30cfee0bea49480b (diff) |
Make more inline with master
-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", |