diff --git a/system/Tone.nix b/system/Tone.nix index c2f02d09..9ca0a277 100644 --- a/system/Tone.nix +++ b/system/Tone.nix @@ -5,6 +5,12 @@ imports = [ ./home/work.nix ]; wayland.windowManager.sway.config = { output."Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5"; + workspaceOutputAssign = [ + { + output = "DP-1"; + workspace = "1"; + } + ]; }; }; boot = {