Fix workspaces on altair

This commit is contained in:
2025-11-28 15:01:54 +01:00
parent 0461633521
commit 53541a590b

View File

@@ -32,17 +32,17 @@
autoGarbageCollector = true; autoGarbageCollector = true;
hyprland = { hyprland = {
workspace = [ workspace = [
"1, monitor:0, persistent:true, default:true" "1, monitor:desc:California Institute of Technology 0x1410, persistent:true, default:true"
"2, monitor:0, persistent:true" "2, monitor:desc:California Institute of Technology 0x1410, persistent:true"
"3, monitor:0, persistent:true" "3, monitor:desc:California Institute of Technology 0x1410, persistent:true"
"11, monitor:0, persistent:true" "11, monitor:desc:California Institute of Technology 0x1410, persistent:true"
"12, monitor:0, persistent:true" "12, monitor:desc:California Institute of Technology 0x1410, persistent:true"
"13, monitor:0, persistent:true" "13, monitor:desc:California Institute of Technology 0x1410, persistent:true"
]; ];
monitor = [ monitor = [
",3072x1920@120,auto,1.6" "desc:California Institute of Technology 0x1410,3072x1920@120,auto,1.6"
]; ];
}; };
}; };