feat: fix display resolution on p330

This commit is contained in:
mandlm 2023-09-27 10:29:54 +02:00
parent b9208d7d61
commit a949d65e91
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7

View File

@ -4,10 +4,12 @@
wayland.windowManager.sway.config = { wayland.windowManager.sway.config = {
output = { output = {
DP-2 = { DP-2 = {
mode = "3840x2160";
scale = "1.5"; scale = "1.5";
position = "0 526"; position = "0 526";
}; };
DP-3 = { DP-3 = {
mode = "3840x2160";
scale = "1.5"; scale = "1.5";
position = "2560 0"; position = "2560 0";
transform = "90"; transform = "90";