home: rename monitor names
This commit is contained in:
parent
a79be701b6
commit
698a01b8ac
1 changed files with 2 additions and 2 deletions
|
@ -60,14 +60,14 @@
|
||||||
# Source: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/x11/xserver.nix#L83
|
# Source: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/x11/xserver.nix#L83
|
||||||
xrandrHeads = [
|
xrandrHeads = [
|
||||||
{
|
{
|
||||||
output = "HDMI-A-0";
|
output = "HDMI-1";
|
||||||
monitorConfig = ''
|
monitorConfig = ''
|
||||||
Option "PreferredMode" "1920x1080"
|
Option "PreferredMode" "1920x1080"
|
||||||
Option "Rotate" "right"
|
Option "Rotate" "right"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
output = "DisplayPort-1";
|
output = "DP-1";
|
||||||
primary = true;
|
primary = true;
|
||||||
monitorConfig = ''
|
monitorConfig = ''
|
||||||
Option "PreferredMode" "2560x1440"
|
Option "PreferredMode" "2560x1440"
|
||||||
|
|
Loading…
Reference in a new issue