Sway: Fix display aligns.
This commit is contained in:
parent
7f6b8e07ee
commit
f863395d03
|
@ -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";
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue