feat: update environment variables for Wayland support, adjust font sizes in Sway and Waybar configurations, and refine Thunderbird settings

This commit is contained in:
2025-06-04 08:07:27 +02:00
parent e8bf13275e
commit 0fff2f87a5
5 changed files with 13 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ let
"calendar.ui.version" = 3;
"calendar.timezone.local" = "Europe/Vienna";
"calendar.week.start" = 1;
"layout.css.devPixelsPerPx" = "1.5";
"layout.css.devPixelsPerPx" = "1.25";
};
thunderbirdCalendarPersonal = {
@@ -74,18 +74,18 @@ let
"signon.rememberSignons" = false;
"identity.sync.tokenserver.uri" = "https://sync.cloonar.com/1.0/sync/1.5";
# "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
"layout.css.devPixelsPerPx" = "1.5";
"layout.css.devPixelsPerPx" = "1.25";
"media.ffmpeg.vaapi.enabled" = true;
"media.ffmpeg.vaapi-drm-display.enabled" = true;
"gfx.webrender.all" = true;
"xpinstall.signatures.required" = false;
};
firefoxUserChrome = ''
* {
font-size: 16pt !important
}
'';
# firefoxUserChrome = ''
# * {
# /* removed explicit font-size to use default */
# }
# '';
firefoxSearchSettings = {
force = true;