mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Hide tab bar in Firefox
This commit is contained in:
parent
1fa4d7caa8
commit
5819599d11
1 changed files with 16 additions and 6 deletions
|
@ -2,14 +2,24 @@
|
|||
|
||||
desktopUserHomeConfiguration {
|
||||
programs.firefox = enabled {
|
||||
profiles.default.settings = with config.theme.font; {
|
||||
"general.autoScroll" = true;
|
||||
"privacy.donottrackheader.enabled" = true;
|
||||
profiles.default = {
|
||||
settings = with config.theme.font; {
|
||||
"general.autoScroll" = true;
|
||||
"privacy.donottrackheader.enabled" = true;
|
||||
|
||||
"browser.fixup.domainsuffixwhitelist.idk" = true;
|
||||
"browser.fixup.domainsuffixwhitelist.idk" = true;
|
||||
|
||||
"font.name.serif.x-western" = sans.name;
|
||||
"font.size.variable.x-western" = builtins.ceil (1.3 * size.normal);
|
||||
"font.name.serif.x-western" = sans.name;
|
||||
"font.size.variable.x-western" = builtins.ceil (1.3 * size.normal);
|
||||
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
};
|
||||
|
||||
userChrome = ''
|
||||
#TabsToolbar {
|
||||
visibility: collapse;
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue