fix: firefox and thunderbird scaling
This commit is contained in:
parent
b2b263013a
commit
c589a47353
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ let
|
||||||
"calendar.ui.version" = 3;
|
"calendar.ui.version" = 3;
|
||||||
"calendar.timezone.local" = "Europe/Vienna";
|
"calendar.timezone.local" = "Europe/Vienna";
|
||||||
"calendar.week.start" = 1;
|
"calendar.week.start" = 1;
|
||||||
"layout.css.devPixelsPerPx" = "1.25";
|
"layout.css.devPixelsPerPx" = "-1.0";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Base calendar settings (without identity)
|
# Base calendar settings (without identity)
|
||||||
|
|
@ -89,7 +89,7 @@ let
|
||||||
"signon.rememberSignons" = false;
|
"signon.rememberSignons" = false;
|
||||||
"identity.sync.tokenserver.uri" = "https://sync.cloonar.com/1.0/sync/1.5";
|
"identity.sync.tokenserver.uri" = "https://sync.cloonar.com/1.0/sync/1.5";
|
||||||
# "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
# "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||||
"layout.css.devPixelsPerPx" = "1.25";
|
"layout.css.devPixelsPerPx" = "-1.0"; # auto-detect from Wayland compositor
|
||||||
"media.ffmpeg.vaapi.enabled" = true;
|
"media.ffmpeg.vaapi.enabled" = true;
|
||||||
"media.ffmpeg.vaapi-drm-display.enabled" = true;
|
"media.ffmpeg.vaapi-drm-display.enabled" = true;
|
||||||
"gfx.webrender.all" = true;
|
"gfx.webrender.all" = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue