diff --git a/SwarselSystems.org b/SwarselSystems.org index eeefc37..8962572 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -1639,13 +1639,25 @@ This is basically just adjusted to the core count, path to the =hwmon= (this was }; output = { - DP-1 = { - mode = "2560x1440"; # TEMPLATE + eDP-1 = { + mode = "1920x1080"; # TEMPLATE scale = "1"; - #bg = "~/.dotfiles/wallpaper/lenovowp.png fill"; + position = "1920,0"; + # bg = "~/.dotfiles/wallpaper/lenovowp.png fill"; + }; + HDMI-A-1 = { + mode = "2560x1440"; + scale = "1"; + # bg = "~/.dotfiles/wallpaper/lenovowp.png fill"; + position = "0,0"; }; }; + workspaceOutputAssign = [ + { output = "eDP-1"; workspace = "1:一";} + { output = "HDMI-A-1"; workspace = "2:二";} + ]; + keybindings = let modifier = config.wayland.windowManager.sway.config.modifier; in { diff --git a/profiles/fourside/home.nix b/profiles/fourside/home.nix index a560a24..59ecc62 100644 --- a/profiles/fourside/home.nix +++ b/profiles/fourside/home.nix @@ -74,13 +74,25 @@ }; output = { - DP-1 = { - mode = "2560x1440"; # TEMPLATE + eDP-1 = { + mode = "1920x1080"; # TEMPLATE scale = "1"; - #bg = "~/.dotfiles/wallpaper/lenovowp.png fill"; + position = "1920,0"; + # bg = "~/.dotfiles/wallpaper/lenovowp.png fill"; + }; + HDMI-A-1 = { + mode = "2560x1440"; + scale = "1"; + # bg = "~/.dotfiles/wallpaper/lenovowp.png fill"; + position = "0,0"; }; }; + workspaceOutputAssign = [ + { output = "eDP-1"; workspace = "1:一";} + { output = "HDMI-A-1"; workspace = "2:二";} + ]; + keybindings = let modifier = config.wayland.windowManager.sway.config.modifier; in {