1

Switch monitor configuration

This commit is contained in:
2023-06-25 17:18:16 +02:00
parent 575e839ac9
commit 2d0d64c629
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ rec {
scale = 1;
};
"HDMI-A-3" = {
"HDMI-A-2" = {
width = 1920;
height = 1080;
rate = 60;
@ -43,7 +43,7 @@ rec {
workspaces = {
"HDMI-A-1" = [1 2 3 4 5 6 7 8 9];
"HDMI-A-3" = [10];
"HDMI-A-2" = [10];
};
};