mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix monitor name
This commit is contained in:
parent
633e306306
commit
de87c67a25
3 changed files with 59 additions and 74 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue