Compare commits
No commits in common. "66308177edb15f8e7eb481cb0275dace6f47a694" and "e2bfa81b1041336354d87fc5ca61bf39bd808005" have entirely different histories.
66308177ed
...
e2bfa81b10
2 changed files with 2 additions and 3 deletions
|
@ -91,7 +91,7 @@ output "eDP-1" {
|
||||||
mode "1920x1080@59.999"
|
mode "1920x1080@59.999"
|
||||||
|
|
||||||
// You can use integer or fractional scale, for example use 1.5 for 150% scale.
|
// You can use integer or fractional scale, for example use 1.5 for 150% scale.
|
||||||
scale 1.1
|
scale 1.2
|
||||||
|
|
||||||
// Transform allows to rotate the output counter-clockwise, valid values are:monitor
|
// Transform allows to rotate the output counter-clockwise, valid values are:monitor
|
||||||
// normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270.
|
// normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270.
|
||||||
|
|
|
@ -75,9 +75,8 @@
|
||||||
"emacs"
|
"emacs"
|
||||||
"chirp"
|
"chirp"
|
||||||
"sdrangel"
|
"sdrangel"
|
||||||
"zmkbatx"
|
|
||||||
];
|
];
|
||||||
extraGroups = [ "plugdev" ];
|
extraGroups = [ ];
|
||||||
backupPaths = [ ];
|
backupPaths = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue