Thor: fix hyprland monitor position
This commit is contained in:
parent
f99034752e
commit
a8facb3f18
1 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,8 @@ in
|
||||||
",preferred,auto,auto"
|
",preferred,auto,auto"
|
||||||
"Unknown-1,disable"
|
"Unknown-1,disable"
|
||||||
] ++ lib.lists.optionals (nixosConfig.networking.hostName == "thor") [
|
] ++ lib.lists.optionals (nixosConfig.networking.hostName == "thor") [
|
||||||
"DP-3,preferred,1080x420,auto"
|
"DP-1,preferred,1080x200,auto"
|
||||||
|
"DP-3,preferred,1080x200,auto"
|
||||||
"HDMI-A-1,preferred,0x0,auto,transform,3"
|
"HDMI-A-1,preferred,0x0,auto,transform,3"
|
||||||
] ++ lib.lists.optionals (nixosConfig.networking.hostName == "odin") [
|
] ++ lib.lists.optionals (nixosConfig.networking.hostName == "odin") [
|
||||||
"eDP-1,preferred,auto,1"
|
"eDP-1,preferred,auto,1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue