firefox remove title bar
This commit is contained in:
		
							parent
							
								
									0a995622b6
								
							
						
					
					
						commit
						18ba4ba9c1
					
				
					 1 changed files with 16 additions and 14 deletions
				
			
		| 
						 | 
					@ -89,8 +89,9 @@ in {
 | 
				
			||||||
    hack-font
 | 
					    hack-font
 | 
				
			||||||
    font-awesome_5
 | 
					    font-awesome_5
 | 
				
			||||||
    fira-code
 | 
					    fira-code
 | 
				
			||||||
    
 | 
					 | 
				
			||||||
    (nerdfonts.override { fonts = [ "FiraCode" "Hack" ]; })
 | 
					    (nerdfonts.override { fonts = [ "FiraCode" "Hack" ]; })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    (orchis-theme.override { tweaks = [ "compact" "solid" ]; })
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  programs.fish.enable = true;
 | 
					  programs.fish.enable = true;
 | 
				
			||||||
| 
						 | 
					@ -102,18 +103,19 @@ in {
 | 
				
			||||||
    #   darkreader
 | 
					    #   darkreader
 | 
				
			||||||
    #   ublock-origin
 | 
					    #   ublock-origin
 | 
				
			||||||
    # ];
 | 
					    # ];
 | 
				
			||||||
    # profiles = {
 | 
					    profiles = {
 | 
				
			||||||
    #   main = {
 | 
					      main = {
 | 
				
			||||||
    #     isDefault = true;
 | 
					        isDefault = true;
 | 
				
			||||||
    #     settings = {
 | 
					        settings = {
 | 
				
			||||||
    #       "devtools.theme" = "dark";
 | 
					          "devtools.theme" = "dark";
 | 
				
			||||||
    #       "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
 | 
					          "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
 | 
				
			||||||
    #     };
 | 
					          "browser.tabs.inTitlebar" = 0;
 | 
				
			||||||
    #     userChrome = ''
 | 
					        };
 | 
				
			||||||
    #       #tabbrowser-tabs { visibility: collapse !important; } 
 | 
					        userChrome = ''
 | 
				
			||||||
    #     '';
 | 
					          #tabbrowser-tabs { visibility: collapse !important; } 
 | 
				
			||||||
    #   };
 | 
					        '';
 | 
				
			||||||
    # };
 | 
					      };
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  programs.command-not-found.enable = true;
 | 
					  programs.command-not-found.enable = true;
 | 
				
			||||||
| 
						 | 
					@ -314,7 +316,7 @@ in {
 | 
				
			||||||
      let 
 | 
					      let 
 | 
				
			||||||
        mod = "Mod4";
 | 
					        mod = "Mod4";
 | 
				
			||||||
        floating.modifier = "Mod4";
 | 
					        floating.modifier = "Mod4";
 | 
				
			||||||
        menu = "bemenu-run";
 | 
					        menu = "bemenu-run --bottom";
 | 
				
			||||||
        terminal = "alacritty";
 | 
					        terminal = "alacritty";
 | 
				
			||||||
        workspace_binds = {
 | 
					        workspace_binds = {
 | 
				
			||||||
          "${mod}+1" = "workspace number 1";
 | 
					          "${mod}+1" = "workspace number 1";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue