forked from fabian/nix_config
fix monitor names and sizes
This commit is contained in:
parent
e9a92ab48f
commit
dd6508a03d
1 changed files with 5 additions and 5 deletions
|
@ -46,15 +46,15 @@
|
||||||
gui = {
|
gui = {
|
||||||
enable = true;
|
enable = true;
|
||||||
monitors = {
|
monitors = {
|
||||||
DP-1 = {
|
HDMI-A-4 = {
|
||||||
width = "1920";
|
width = "1920";
|
||||||
height = "1080";
|
height = "1080";
|
||||||
rate = "59.94";
|
rate = "59.94";
|
||||||
};
|
};
|
||||||
DP-2 = {
|
DP-1 = {
|
||||||
width = "1920";
|
width = "1600";
|
||||||
height = "1080";
|
height = "900";
|
||||||
rate = "143.855";
|
rate = "59.94";
|
||||||
posX = "1920";
|
posX = "1920";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue