added border leave/exit and moved over to BlexMono Font
This commit is contained in:
		
							parent
							
								
									09a241efb9
								
							
						
					
					
						commit
						3a1e82ff49
					
				@ -19,8 +19,8 @@ set_from_resource $split i3wm.color10 "#9E664B0"
 | 
				
			|||||||
#font pango: Source Code Pro 12px
 | 
					#font pango: Source Code Pro 12px
 | 
				
			||||||
#font pango: IBM Plex Mono 11px
 | 
					#font pango: IBM Plex Mono 11px
 | 
				
			||||||
#font pango: JetBrains Mono 8
 | 
					#font pango: JetBrains Mono 8
 | 
				
			||||||
#font pango: BlexMono Nerd Font 11px
 | 
					font pango: BlexMono Nerd Font 11px
 | 
				
			||||||
font pango: Fira Code 11px
 | 
					#font pango: Fira Code 11px
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
 | 
					# This font is widely installed, provides lots of unicode glyphs, right-to-left
 | 
				
			||||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
 | 
					# text rendering and scalability on retina/hidpi displays (thanks to pango).
 | 
				
			||||||
 | 
				
			|||||||
@ -7,7 +7,8 @@
 | 
				
			|||||||
#: characters.
 | 
					#: characters.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#font_family      Fira Code Regular
 | 
					#font_family      Fira Code Regular
 | 
				
			||||||
font_family      IBM Plex Mono
 | 
					#font_family      IBM Plex Mono
 | 
				
			||||||
 | 
					font_family      BlexMono Nerd Font
 | 
				
			||||||
bold_font        auto
 | 
					bold_font        auto
 | 
				
			||||||
italic_font      auto
 | 
					italic_font      auto
 | 
				
			||||||
bold_italic_font auto
 | 
					bold_italic_font auto
 | 
				
			||||||
@ -533,7 +534,7 @@ enable_audio_bell no
 | 
				
			|||||||
#: resizing windows. The cells value is used for horizontal resizing
 | 
					#: resizing windows. The cells value is used for horizontal resizing
 | 
				
			||||||
#: and the lines value for vertical resizing.
 | 
					#: and the lines value for vertical resizing.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# window_border_width 0.5pt
 | 
					#window_border_width 0.5pt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: The width of window borders. Can be either in pixels (px) or pts
 | 
					#: The width of window borders. Can be either in pixels (px) or pts
 | 
				
			||||||
#: (pt). Values in pts will be rounded to the nearest number of pixels
 | 
					#: (pt). Values in pts will be rounded to the nearest number of pixels
 | 
				
			||||||
@ -565,7 +566,7 @@ enable_audio_bell no
 | 
				
			|||||||
#: values set top, horizontal and bottom. Four values set top, right,
 | 
					#: values set top, horizontal and bottom. Four values set top, right,
 | 
				
			||||||
#: bottom and left.
 | 
					#: bottom and left.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# window_padding_width 0
 | 
					window_padding_width 20
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: The window padding (in pts) (blank area between the text and the
 | 
					#: The window padding (in pts) (blank area between the text and the
 | 
				
			||||||
#: window border). A single value sets all four sides. Two values set
 | 
					#: window border). A single value sets all four sides. Two values set
 | 
				
			||||||
 | 
				
			|||||||
@ -46,6 +46,9 @@ Plug 'mattn/emmet-vim'
 | 
				
			|||||||
" Code Folding
 | 
					" Code Folding
 | 
				
			||||||
Plug 'tmhedberg/SimpylFold'
 | 
					Plug 'tmhedberg/SimpylFold'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					" Indent Blanklines
 | 
				
			||||||
 | 
					Plug 'lukas-reineke/indent-blankline.nvim'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" Writing
 | 
					" Writing
 | 
				
			||||||
Plug 'junegunn/goyo.vim'
 | 
					Plug 'junegunn/goyo.vim'
 | 
				
			||||||
Plug 'lervag/vimtex'
 | 
					Plug 'lervag/vimtex'
 | 
				
			||||||
@ -196,3 +199,6 @@ let g:vimwiki_list = [{
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
" Vimwiki 
 | 
					" Vimwiki 
 | 
				
			||||||
nnoremap <leader>T :VimwikiTable<CR>
 | 
					nnoremap <leader>T :VimwikiTable<CR>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					autocmd VimLeave * :silent !kitty @ set-spacing padding=20 margin=20
 | 
				
			||||||
 | 
					autocmd VimEnter * :silent !kitty @ set-spacing padding=0 margin=0
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user