Compare commits

...

2 Commits

Author SHA1 Message Date
9cce8cf9af aerospace: swap main and secondary monitor assignments 2026-03-04 11:25:44 +00:00
c19b7686d7 fix 2026-03-04 10:52:18 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
{inputs}: final: prev: { {inputs}: final: prev: {
tuicr = inputs.tuicr.packages.${prev.stdenv.hostPlatform.system}.default; tuicr = inputs.tuicr.defaultPackage.${prev.stdenv.hostPlatform.system};
} }

View File

@@ -12,15 +12,15 @@
]; ];
workspace-to-monitor-force-assignment = { workspace-to-monitor-force-assignment = {
"1" = "secondary"; "1" = "main";
"2" = "secondary"; "2" = "main";
"3" = "secondary"; "3" = "main";
"4" = "secondary"; "4" = "main";
"5" = "secondary"; "5" = "main";
"6" = "secondary"; "6" = "main";
"7" = "secondary"; "7" = "main";
"8" = "secondary"; "8" = "main";
"9" = "main"; "9" = "secondary";
}; };
gaps = { gaps = {