Change defaults

This commit is contained in:
Andrea Cavalli 2021-09-12 15:57:52 +02:00
parent e2d60a037c
commit 6d2e5cd62e
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ xwl_output_create(struct xwl_screen *xwl_screen, uint32_t id)
RROutputSetConnection(xwl_output->randr_output, RR_Connected);
RRTellChanged(xwl_screen->screen);
xwl_output->scale = 1;
xwl_output->scale = 2;
/* We want the output to be in the list as soon as created so we can
* use it when binding to the xdg-output protocol...