Sif: monitors
This commit is contained in:
parent
3293ca48cb
commit
e8534bf41c
1 changed files with 4 additions and 3 deletions
|
|
@ -100,10 +100,11 @@ in
|
|||
"DP-3,preferred,1080x420,auto"
|
||||
"HDMI-A-1,preferred,0x0,auto,transform,3"
|
||||
] ++ lib.lists.optionals (nixosConfig.networking.hostName == "odin") [
|
||||
"eDP-1,preferred,320x1440,1"
|
||||
"DP-1,preferred,0x0,1"
|
||||
"eDP-1,preferred,auto,1"
|
||||
"DP-1,preferred,auto-up,1"
|
||||
] ++ lib.lists.optionals (nixosConfig.networking.hostName == "sif") [
|
||||
"eDP-1,preferred,0x0,1.666667"
|
||||
"eDP-1,preferred,auto,1.666667"
|
||||
"DP-3,preferred,auto-up,1"
|
||||
];
|
||||
|
||||
misc.disable_hyprland_logo = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue