From 3392908cb833ab5fa2ee66c57011f49965b0e45d Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sun, 26 Jan 2025 21:08:17 +0000 Subject: [PATCH] Workspaces --- users/configs/desktop/sway/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/users/configs/desktop/sway/default.nix b/users/configs/desktop/sway/default.nix index b70b898..a0aa703 100644 --- a/users/configs/desktop/sway/default.nix +++ b/users/configs/desktop/sway/default.nix @@ -49,9 +49,20 @@ in { scale = "1.33"; }; HDMI-A-1 = { + position = "2880 0"; scale = "1.33"; }; }; + workspaceOutputAssign = [ + { + output = "HDMI-A-1"; + workspace = "2"; + } + { + output = "DP-3"; + workspace = "1"; + } + ]; modifier = mod; keybindings = { "${mod}+Return" = "exec ghostty";