🔧 (home/firefox) enable vertical tabs and hide titlebar
This commit is contained in:
parent
b4f8e18011
commit
63bb88af22
|
@ -9,7 +9,16 @@
|
||||||
"privacy.donottrackheader.enabled" = true;
|
"privacy.donottrackheader.enabled" = true;
|
||||||
"browser.ctrlTab.sortByRecentlyUsed" = true; # change Ctrl+Tab behaviour
|
"browser.ctrlTab.sortByRecentlyUsed" = true; # change Ctrl+Tab behaviour
|
||||||
"general.autoScroll" = true;
|
"general.autoScroll" = true;
|
||||||
|
# enable vertical tabs
|
||||||
|
"sidebar.revamp" = true;
|
||||||
|
"sidebar.verticalTabs" = true;
|
||||||
|
"sidebar.visibility" = "hide-sidebar";
|
||||||
};
|
};
|
||||||
|
userChrome = ''
|
||||||
|
#titlebar {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue