32 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # ────────────────────────────────────────────────────────────────────
 | |
| #          ╭────────────────────────────────────────────────╮
 | |
| #          │                 Kitty Config                   │
 | |
| #          ╰────────────────────────────────────────────────╯
 | |
| # ────────────────────────────────────────────────────────────────────
 | |
| 
 | |
| 
 | |
| # ┌                                                ┐
 | |
| # │                     FONTS                      │
 | |
| # └                                                ┘
 | |
| font_family Source Code Pro
 | |
| font_size 12.0
 | |
| 
 | |
| 
 | |
| 
 | |
| # ┌                                                ┐
 | |
| # │                 Cursor config                  │
 | |
| # └                                                ┘
 | |
| cursor_trail 1
 | |
| cursor_trail_start_threshold 0
 | |
| 
 | |
| 
 | |
| # ┌                                                ┐
 | |
| # │                  Mouse config                  │
 | |
| # └                                                ┘
 | |
| mouse_hide_wait 3.0
 | |
| url_style curly
 | |
| url_prefixes file ftp ftps gemini git gopher http https irc ircs kitty mailto news sftp ssh
 | |
| detect_urls yes
 | |
| show_hyperlink_targets yes
 | |
| include current-theme.conf
 |