Hyprland: better monitor config order
This commit is contained in:
parent
3fc955379d
commit
cb7427082b
1 changed files with 4 additions and 4 deletions
|
|
@ -133,10 +133,7 @@ in
|
|||
layout = "dwindle";
|
||||
};
|
||||
|
||||
monitor = [
|
||||
",preferred,auto,auto"
|
||||
# "Unknown-1,disable"
|
||||
] ++ lib.lists.optionals (hostName == "thor") [
|
||||
monitor = lib.lists.optionals (hostName == "thor") [
|
||||
"DP-1,preferred,1080x200,auto"
|
||||
"DP-3,preferred,1080x200,auto"
|
||||
"HDMI-A-1,preferred,0x0,auto,transform,3"
|
||||
|
|
@ -147,6 +144,9 @@ in
|
|||
"DP-1,preferred,0x0,1"
|
||||
"DP-3,preferred,2560x0,1"
|
||||
"eDP-1,preferred,1791x1440,1.66667"
|
||||
] ++ [
|
||||
",preferred,auto,auto"
|
||||
# "Unknown-1,disable"
|
||||
];
|
||||
|
||||
misc.disable_hyprland_logo = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue