Sway: Fix display aligns.

This commit is contained in:
Dmitry Voronin 2024-12-02 01:17:53 +03:00
parent 7f6b8e07ee
commit f863395d03
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 7 additions and 2 deletions

View file

@ -18,6 +18,11 @@
gaming = true; gaming = true;
work = true; work = true;
}; };
sway.extraConfig = [
"output DP-1 pos 0 0"
"output DP-2 pos 1920 0"
"workspace 1 output DP-1"
];
hwmon = { hwmon = {
file = "temp1_input"; file = "temp1_input";
path = "/sys/devices/platform/coretemp.0/hwmon"; path = "/sys/devices/platform/coretemp.0/hwmon";

View file

@ -27,8 +27,8 @@
}; };
}; };
sway.extraConfig = [ sway.extraConfig = [
"output DP-3 pos 0,1080" "output DP-3 pos 0 1080"
"output HDMI-A-1 mode 1920x1080@74.986Hz pos 780,0" "output HDMI-A-1 mode 1920x1080@74.986Hz pos 780 0"
"workspace 1 output HDMI-A-1" "workspace 1 output HDMI-A-1"
]; ];
hwmon = { hwmon = {