mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
fix: add refreshRateNiri
This commit is contained in:
parent
a33c6008d1
commit
ad9440eb6a
3 changed files with 13 additions and 6 deletions
|
|
@ -6,7 +6,8 @@ _: {
|
|||
width = 2560;
|
||||
height = 1440;
|
||||
};
|
||||
refreshRate = 144;
|
||||
refreshRate = 170;
|
||||
refreshRateNiri = 170.001;
|
||||
position = {
|
||||
x = 1920;
|
||||
y = 0;
|
||||
|
|
@ -18,7 +19,8 @@ _: {
|
|||
width = 2560;
|
||||
height = 1440;
|
||||
};
|
||||
refreshRate = 144;
|
||||
refreshRate = 165;
|
||||
refreshRateNiri = 165.000;
|
||||
position = {
|
||||
x = 4480;
|
||||
y = 0;
|
||||
|
|
@ -31,6 +33,7 @@ _: {
|
|||
height = 1080;
|
||||
};
|
||||
refreshRate = 60;
|
||||
refreshRateNiri = 60.000;
|
||||
position = {
|
||||
x = 0;
|
||||
y = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue