monitor back to horizontal

This commit is contained in:
Bryan Ramos 2024-06-03 21:34:23 -04:00
parent 80cc72fea7
commit 37687d659b
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -28,9 +28,8 @@ in
bg = "${wallpapers}/${config.user.wallpaper} fill"; bg = "${wallpapers}/${config.user.wallpaper} fill";
}; };
DP-1 = { DP-1 = {
resolution = "1080x1920"; resolution = "1920x1080";
position = "1920,0"; position = "1920,0";
transform = "90";
bg = "${wallpapers}/${config.user.wallpaper} fill"; bg = "${wallpapers}/${config.user.wallpaper} fill";
}; };
}; };