Added vertical monitor

This commit is contained in:
Bryan Ramos 2023-10-06 21:05:03 -04:00
parent be32b0b9f4
commit 65b8b281f2

View file

@ -16,7 +16,13 @@ in
output = { output = {
HDMI-A-1 = { HDMI-A-1 = {
resolution = "1920x1080"; resolution = "1920x1080";
position = "0,0";
bg = "~/Pictures/wallpapers/mountains.jpg fill";
};
DP-1 = {
resolution = "1080x1920";
position = "1920,0"; position = "1920,0";
transform = "90";
bg = "~/Pictures/wallpapers/mountains.jpg fill"; bg = "~/Pictures/wallpapers/mountains.jpg fill";
}; };
}; };