diff options
author | Phil Jones <philj56@gmail.com> | 2022-09-08 14:29:36 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-09-08 14:29:36 +0100 |
commit | e548412b8eb5c02024645e790745a41ac1ba1192 (patch) | |
tree | 85e63142423d1c547fff5f98ae4b97dd3b1a7818 /src/main.c | |
parent | 38fb64271e41c2f578da509e334932bd012a702c (diff) |
Make --scale default to true.
This also stops font sizes from scaling when --scale=false is set.
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1024,6 +1024,7 @@ int main(int argc, char *argv[]) | ZWLR_LAYER_SURFACE_V1_ANCHOR_RIGHT, .use_history = true, .require_match = true, + .use_scale = true, }; wl_list_init(&tofi.output_list); |