firefox remove title bar

This commit is contained in:
Leonardo Eugênio 2022-06-13 20:10:58 -03:00
parent 0a995622b6
commit 18ba4ba9c1

View file

@ -89,8 +89,9 @@ in {
hack-font
font-awesome_5
fira-code
(nerdfonts.override { fonts = [ "FiraCode" "Hack" ]; })
(orchis-theme.override { tweaks = [ "compact" "solid" ]; })
];
programs.fish.enable = true;
@ -102,18 +103,19 @@ in {
# darkreader
# ublock-origin
# ];
# profiles = {
# main = {
# isDefault = true;
# settings = {
# "devtools.theme" = "dark";
# "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
# };
# userChrome = ''
# #tabbrowser-tabs { visibility: collapse !important; }
# '';
# };
# };
profiles = {
main = {
isDefault = true;
settings = {
"devtools.theme" = "dark";
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
"browser.tabs.inTitlebar" = 0;
};
userChrome = ''
#tabbrowser-tabs { visibility: collapse !important; }
'';
};
};
};
programs.command-not-found.enable = true;
@ -314,7 +316,7 @@ in {
let
mod = "Mod4";
floating.modifier = "Mod4";
menu = "bemenu-run";
menu = "bemenu-run --bottom";
terminal = "alacritty";
workspace_binds = {
"${mod}+1" = "workspace number 1";