mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-05 07:15:31 -04:00
automatically choose the scale factor if <= 0
This commit is contained in:
parent
2b3504e439
commit
c4443da6a2
2 changed files with 15 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ static const MonitorRule monrules[] = {
|
|||
{ "eDP-1", 0.5, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, -1, -1 },
|
||||
*/
|
||||
/* defaults */
|
||||
{ NULL, 0.55, 1, 1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, -1, -1 },
|
||||
{ NULL, 0.55, 1, -1, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, -1, -1 },
|
||||
};
|
||||
|
||||
/* keyboard */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue