mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add monitors
This commit is contained in:
parent
24c7c83682
commit
633e306306
2 changed files with 44 additions and 6 deletions
|
|
@ -50,7 +50,7 @@ in {
|
|||
## Monitors
|
||||
mods.monitors = {
|
||||
primary = {
|
||||
name = "eDP-1";
|
||||
name = "DVI-D-1";
|
||||
config = {
|
||||
enable = true;
|
||||
mode = "1920x1080";
|
||||
|
|
@ -59,6 +59,16 @@ in {
|
|||
rate = "60.00";
|
||||
};
|
||||
};
|
||||
secondary = {
|
||||
name = "HDMI-1";
|
||||
config = {
|
||||
enable = true;
|
||||
mode = "1280x768";
|
||||
position = "1920x312";
|
||||
primary = false;
|
||||
rate = "60.00";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
## GPU (AMD Radeon 7950)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue