nerd font fix
This commit is contained in:
parent
b4c4e7dd1d
commit
6a567127f7
@ -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'
|
||||
|
||||
|
||||
################################################################################
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user