From 65b8b281f2acc56ed34bf2e78cf331727ee56e5b Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Fri, 6 Oct 2023 21:05:03 -0400 Subject: [PATCH] Added vertical monitor --- homeConfig/modules/gui/config/sway.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/homeConfig/modules/gui/config/sway.nix b/homeConfig/modules/gui/config/sway.nix index 4d7e0d1..3c7a696 100644 --- a/homeConfig/modules/gui/config/sway.nix +++ b/homeConfig/modules/gui/config/sway.nix @@ -16,7 +16,13 @@ in output = { HDMI-A-1 = { resolution = "1920x1080"; + position = "0,0"; + bg = "~/Pictures/wallpapers/mountains.jpg fill"; + }; + DP-1 = { + resolution = "1080x1920"; position = "1920,0"; + transform = "90"; bg = "~/Pictures/wallpapers/mountains.jpg fill"; }; };