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: IBM Plex Mono 11px
 | 
			
		||||
#font pango: JetBrains Mono 8
 | 
			
		||||
#font pango: BlexMono Nerd Font 11px
 | 
			
		||||
font pango: Fira Code 11px
 | 
			
		||||
font pango: BlexMono Nerd Font 11px
 | 
			
		||||
#font pango: Fira Code 11px
 | 
			
		||||
 | 
			
		||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
 | 
			
		||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
 | 
			
		||||
 | 
			
		||||
@ -7,7 +7,8 @@
 | 
			
		||||
#: characters.
 | 
			
		||||
 | 
			
		||||
#font_family      Fira Code Regular
 | 
			
		||||
font_family      IBM Plex Mono
 | 
			
		||||
#font_family      IBM Plex Mono
 | 
			
		||||
font_family      BlexMono Nerd Font
 | 
			
		||||
bold_font        auto
 | 
			
		||||
italic_font      auto
 | 
			
		||||
bold_italic_font auto
 | 
			
		||||
@ -565,7 +566,7 @@ enable_audio_bell no
 | 
			
		||||
#: values set top, horizontal and bottom. Four values set top, right,
 | 
			
		||||
#: bottom and left.
 | 
			
		||||
 | 
			
		||||
# window_padding_width 0
 | 
			
		||||
window_padding_width 20
 | 
			
		||||
 | 
			
		||||
#: The window padding (in pts) (blank area between the text and the
 | 
			
		||||
#: window border). A single value sets all four sides. Two values set
 | 
			
		||||
 | 
			
		||||
@ -46,6 +46,9 @@ Plug 'mattn/emmet-vim'
 | 
			
		||||
" Code Folding
 | 
			
		||||
Plug 'tmhedberg/SimpylFold'
 | 
			
		||||
 | 
			
		||||
" Indent Blanklines
 | 
			
		||||
Plug 'lukas-reineke/indent-blankline.nvim'
 | 
			
		||||
 | 
			
		||||
" Writing
 | 
			
		||||
Plug 'junegunn/goyo.vim'
 | 
			
		||||
Plug 'lervag/vimtex'
 | 
			
		||||
@ -196,3 +199,6 @@ let g:vimwiki_list = [{
 | 
			
		||||
 | 
			
		||||
" Vimwiki 
 | 
			
		||||
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