1

Set correct monitor for servenix

This commit is contained in:
2023-07-09 11:07:45 +02:00
parent a2b2f1e7a7
commit de5cef8eb9

View File

@ -22,22 +22,22 @@ rec {
kb-variant = "altgr-intl"; kb-variant = "altgr-intl";
monitors = { monitors = {
"HDMI-A-1" = { "HDMI-A-3" = {
width = 2560; width = 1920;
height = 1440; height = 1080;
rate = 144; rate = 60;
x = 1920; x = 0;
y = 0; y = 0;
scale = 1; scale = 1;
}; };
}; };
workspaces = { workspaces = {
"HDMI-A-1" = [1 2 3 4 5 6 7 8 9 10]; "HDMI-A-3" = [1 2 3 4 5 6 7 8 9 10];
}; };
}; };
waybar.monitor = "HDMI-A-1"; waybar.monitor = "HDMI-A-3";
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [