Add workspace output assign for Tone

This commit is contained in:
Evie Litherland-Smith 2024-09-20 14:59:45 +01:00
parent ebf727ed43
commit 9dec8a9556

View file

@ -5,6 +5,12 @@
imports = [ ./home/work.nix ]; imports = [ ./home/work.nix ];
wayland.windowManager.sway.config = { wayland.windowManager.sway.config = {
output."Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5"; output."Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5";
workspaceOutputAssign = [
{
output = "DP-1";
workspace = "1";
}
];
}; };
}; };
boot = { boot = {