From 53541a590b3af26b1883dff5ee52259f13460e57 Mon Sep 17 00:00:00 2001 From: kiri Date: Fri, 28 Nov 2025 15:01:54 +0100 Subject: [PATCH] Fix workspaces on altair --- hosts/altair/variables.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/altair/variables.nix b/hosts/altair/variables.nix index 6722bde..b8fd4b2 100644 --- a/hosts/altair/variables.nix +++ b/hosts/altair/variables.nix @@ -32,17 +32,17 @@ autoGarbageCollector = true; hyprland = { workspace = [ - "1, monitor:0, persistent:true, default:true" - "2, monitor:0, persistent:true" - "3, monitor:0, persistent:true" + "1, monitor:desc:California Institute of Technology 0x1410, persistent:true, default:true" + "2, monitor:desc:California Institute of Technology 0x1410, persistent:true" + "3, monitor:desc:California Institute of Technology 0x1410, persistent:true" - "11, monitor:0, persistent:true" - "12, monitor:0, persistent:true" - "13, monitor:0, persistent:true" + "11, monitor:desc:California Institute of Technology 0x1410, persistent:true" + "12, monitor:desc:California Institute of Technology 0x1410, persistent:true" + "13, monitor:desc:California Institute of Technology 0x1410, persistent:true" ]; monitor = [ - ",3072x1920@120,auto,1.6" + "desc:California Institute of Technology 0x1410,3072x1920@120,auto,1.6" ]; }; };