Hyprland: clenaup
This commit is contained in:
parent
114a0c48f3
commit
4064240ef5
1 changed files with 3 additions and 3 deletions
|
|
@ -96,14 +96,14 @@ in
|
|||
monitor = [
|
||||
",preferred,auto,auto"
|
||||
"Unknown-1,disable"
|
||||
] ++ lib.lists.optionals (nixosConfig.networking.hostName == "thor") [
|
||||
] ++ lib.lists.optionals (hostName == "thor") [
|
||||
"DP-1,preferred,1080x200,auto"
|
||||
"DP-3,preferred,1080x200,auto"
|
||||
"HDMI-A-1,preferred,0x0,auto,transform,3"
|
||||
] ++ lib.lists.optionals (nixosConfig.networking.hostName == "odin") [
|
||||
] ++ lib.lists.optionals (hostName == "odin") [
|
||||
"eDP-1,preferred,auto,1"
|
||||
"DP-1,preferred,auto-up,1"
|
||||
] ++ lib.lists.optionals (nixosConfig.networking.hostName == "sif") [
|
||||
] ++ lib.lists.optionals (hostName == "sif") [
|
||||
"eDP-1,preferred,511x1440,1.66667"
|
||||
"DP-1,preferred,0x0,1"
|
||||
"DP-3,preferred,0x0,1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue