good monitor positions
This commit is contained in:
parent
9f09586b67
commit
af7bcf8de1
1 changed files with 11 additions and 3 deletions
|
@ -25,6 +25,10 @@ in {
|
||||||
height = 1504;
|
height = 1504;
|
||||||
refresh = 59.999;
|
refresh = 59.999;
|
||||||
};
|
};
|
||||||
|
position = {
|
||||||
|
x = 0;
|
||||||
|
y = 0;
|
||||||
|
};
|
||||||
background-color = config.theme.base;
|
background-color = config.theme.base;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -32,9 +36,13 @@ in {
|
||||||
"Microstep MSI PS341WU 0000000000000" = {
|
"Microstep MSI PS341WU 0000000000000" = {
|
||||||
scale = 1;
|
scale = 1;
|
||||||
mode = {
|
mode = {
|
||||||
width = 3440;
|
width = 5120;
|
||||||
height = 1440;
|
height = 2160;
|
||||||
refresh = 59.973;
|
refresh = 59.940;
|
||||||
|
};
|
||||||
|
position = {
|
||||||
|
x = -1280;
|
||||||
|
y = -2160;
|
||||||
};
|
};
|
||||||
background-color = config.theme.base;
|
background-color = config.theme.base;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue