diff options
author | zachir <zachir@librem.one> | 2025-06-29 21:26:14 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-06-29 21:26:14 -0500 |
commit | 2bd755d4a2589fe17c7a85b9536182ce36e970f5 (patch) | |
tree | ced9b82453fdc95b0c0d5ac503091436f5d2bf80 | |
parent | 3fdfa84b7a8072b8d0a168553717a8c6e9d8510e (diff) |
Fix waybar to use DP-2
-rw-r--r-- | waybar/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/waybar/config b/waybar/config index a6d299b..df95c22 100644 --- a/waybar/config +++ b/waybar/config @@ -2,7 +2,7 @@ "layer": "top", "position": "top", "height": 36, - "output": "DP-1", + "output": "DP-2", "spacing": 4, // Choose the order of the modules @@ -38,8 +38,8 @@ "18": "9", }, "persistent-workspaces": { - "DP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], - //"DP-1": [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ], + "DP-2": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], + //"DP-2": [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ], }, "on-scroll-up": "hyprctl dispatch split-workspace e+1", "on-scroll-down": "hyprctl dispatch split-workspace e-1", |