diff --git a/config/i3.conf b/config/i3.conf index 201488d..a736f4f 100644 --- a/config/i3.conf +++ b/config/i3.conf @@ -3,7 +3,7 @@ # Please see https://i3wm.org/docs/userguide.html for a complete reference! set $mod Mod4 -font pango:monospace 20 +font pango:DejaVuSansMono Nerd Font 20 ################################################################################ ## Custom Utility ############################################################## @@ -45,7 +45,7 @@ bindsym $mod+p exec --no-startup-id $UTILS bgrandomize bindsym $mod+Shift+minus exec --no-startup-id $UTILS lock -bindsym $mod+space exec --no-startup-id dmenu_run -c -l 5 -fn 'DejaVu Sans Mono-25' +bindsym $mod+space exec --no-startup-id dmenu_run -c -l 5 -fn 'DejaVuSansMono Nerd Font-25' ################################################################################ diff --git a/config/kitty.conf b/config/kitty.conf index 7643ef6..5ff3661 100644 --- a/config/kitty.conf +++ b/config/kitty.conf @@ -1,5 +1,5 @@ background_opacity 0.85 -font_family DejaVuSansMono Nerd Font Complete Mono +font_family DejaVu Sans Mono Nerd Font Complete Mono font_size 17.0 allow_remote_control yes diff --git a/vim/formatting.vim b/vim/formatting.vim index 7a4717b..f6e4d68 100644 --- a/vim/formatting.vim +++ b/vim/formatting.vim @@ -45,6 +45,7 @@ augroup forced_filetype_recognition autocmd BufRead,BufNewFile *.clisp setfiletype lisp autocmd BufRead,BufNewFile *.lsp setfiletype lisp autocmd BufRead,BufNewFile Dockerfile* setfiletype dockerfile + autocmd BufRead,BufNewFile *i3.conf setfiletype i3config let g:tex_flavor = "latex" augroup end