From 9dec8a9556df8a0b29c04621b6e1706e9fdb8b6c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 20 Sep 2024 14:59:45 +0100 Subject: [PATCH] Add workspace output assign for Tone --- system/Tone.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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 = {