feat: update environment variables for Wayland support, adjust font sizes in Sway and Waybar configurations, and refine Thunderbird settings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user