reset scale to 1 cause scale < 1 looks weird
This commit is contained in:
parent
fe42cb25f4
commit
c2ae367fd5
1 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
# Framework builtin Display
|
||||||
"BOE 0x0BCA Unknown" = {
|
"BOE 0x0BCA Unknown" = {
|
||||||
scale = 1;
|
scale = 1;
|
||||||
mode = {
|
mode = {
|
||||||
|
@ -27,6 +28,7 @@ in {
|
||||||
background-color = config.theme.base;
|
background-color = config.theme.base;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Home Monitor
|
||||||
"Microstep MSI PS341WU 0000000000000" = {
|
"Microstep MSI PS341WU 0000000000000" = {
|
||||||
scale = 1;
|
scale = 1;
|
||||||
mode = {
|
mode = {
|
||||||
|
@ -39,7 +41,7 @@ in {
|
||||||
|
|
||||||
# Uni Monitors
|
# Uni Monitors
|
||||||
"HP Inc. HP E24i G4 6CM1090CPF" = {
|
"HP Inc. HP E24i G4 6CM1090CPF" = {
|
||||||
scale = 0.8;
|
scale = 1;
|
||||||
mode = {
|
mode = {
|
||||||
width = 1920;
|
width = 1920;
|
||||||
height = 1200;
|
height = 1200;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue