Compare commits
	
		
			3 Commits
		
	
	
		
			master
			...
			2c06109d9d
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 2c06109d9d | |||
| 4ca6b4c8aa | |||
| a5010b43ac | 
| @@ -22,7 +22,7 @@ bin/kde-rofi-rbw-totp | ||||
| bin/kde-rofi-rbw-autotype | ||||
| {{ end }} | ||||
|  | ||||
| {{ if eq .chezmoi.hostname "WGC1065CTK7C3" }} | ||||
| {{ if eq .chezmoi.hostname "WGC100C647H24" }} | ||||
| .config/beets | ||||
| .config/davfs2/secrets | ||||
| .config/kitty | ||||
|   | ||||
							
								
								
									
										26
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| # Miscellaneous topics that I'm too lazy to script | ||||
| ## Firefox with tree-style tabs | ||||
| 1. Go to `about:config` in Firefox and make sure all of these are enabled/true: | ||||
| ``` | ||||
| toolkit.legacyUserProfileCustomizations.stylesheets | ||||
| layers.acceleration.force-enabled | ||||
| gfx.webrender.all | ||||
| gfx.webrender.enabled | ||||
| layout.css.backdrop-filter.enabled | ||||
| svg.context-properties.content.enabled | ||||
| ``` | ||||
| 2. Close Firefox. | ||||
| 3. Create the file `<firefox profile>/chrome/userChrome.css` in the Firefox | ||||
|    profile directory (there may be multiple directories, one will only have one | ||||
|    file called `times.json`, this is the wrong one, choose the other one): | ||||
|     - Windows: `%AppData%/Mozilla/Firefox/Profiles` | ||||
|     - Linux: `~/.mozilla/firefox` | ||||
| ``` | ||||
| #TabsToolbar | ||||
| { | ||||
|         visibility: collapse; | ||||
| } | ||||
| ``` | ||||
| 4. Open Firefox and confirm the top bar is gone. To enable the title bar, go to | ||||
|    `Menu -> More Tools -> Customize toolbar...` and check "Title Bar" in the | ||||
|    bottom-left corner. | ||||
		Reference in New Issue
	
	Block a user