Fix monitor name

This commit is contained in:
muon 2024-10-18 09:12:38 +00:00
parent 633e306306
commit de87c67a25
3 changed files with 59 additions and 74 deletions

View file

@ -50,13 +50,13 @@ in {
## Monitors
mods.monitors = {
primary = {
name = "DVI-D-1";
name = "DVI-I-1";
config = {
enable = true;
mode = "1920x1080";
position = "0x0";
primary = true;
rate = "60.00";
rate = "59.93";
};
};
secondary = {
@ -65,8 +65,7 @@ in {
enable = true;
mode = "1280x768";
position = "1920x312";
primary = false;
rate = "60.00";
rate = "59.99";
};
};
};