mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix displays
This commit is contained in:
parent
28c4228418
commit
bc29240836
2 changed files with 5 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ in {
|
|||
## Monitors
|
||||
mods.monitors = {
|
||||
primary = {
|
||||
name = "DVI-I-1";
|
||||
name = "DVI-D-0";
|
||||
config = {
|
||||
enable = true;
|
||||
mode = "1920x1080";
|
||||
|
|
@ -54,7 +54,7 @@ in {
|
|||
};
|
||||
};
|
||||
secondary = {
|
||||
name = "HDMI-1";
|
||||
name = "HDMI-0";
|
||||
config = {
|
||||
enable = true;
|
||||
mode = "1280x768";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue