diff options
author | zachir <zachir@librem.one> | 2024-08-05 18:15:11 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-08-05 18:15:11 -0500 |
commit | 0545082bcc4fe8b79a95acf9c16f9593d9511caf (patch) | |
tree | 6fe39ed8d11ad9fa5faad79af8e49cfafd6ed008 /waybar/config | |
parent | e549f9f1eb5ea98eef0a42e77b7a792fe4d9480e (diff) |
cla: Only use HDMI-A-1cla
The second monitor died, so now this is only using the one.
Diffstat (limited to 'waybar/config')
-rw-r--r-- | waybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/waybar/config b/waybar/config index 3c0b78a..fe898ea 100644 --- a/waybar/config +++ b/waybar/config @@ -232,8 +232,8 @@ "18": "9", }, "persistent-workspaces": { - //"HDMI-A-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], - "HDMI-A-1": [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ], + "HDMI-A-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], + //"HDMI-A-1": [ 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", |