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!
|
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
font pango:monospace 20
|
font pango:DejaVuSansMono Nerd Font 20
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
## Custom Utility ##############################################################
|
## 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+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'
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
background_opacity 0.85
|
background_opacity 0.85
|
||||||
font_family DejaVuSansMono Nerd Font Complete Mono
|
font_family DejaVu Sans Mono Nerd Font Complete Mono
|
||||||
font_size 17.0
|
font_size 17.0
|
||||||
allow_remote_control yes
|
allow_remote_control yes
|
||||||
|
|
||||||
|
@ -45,6 +45,7 @@ augroup forced_filetype_recognition
|
|||||||
autocmd BufRead,BufNewFile *.clisp setfiletype lisp
|
autocmd BufRead,BufNewFile *.clisp setfiletype lisp
|
||||||
autocmd BufRead,BufNewFile *.lsp setfiletype lisp
|
autocmd BufRead,BufNewFile *.lsp setfiletype lisp
|
||||||
autocmd BufRead,BufNewFile Dockerfile* setfiletype dockerfile
|
autocmd BufRead,BufNewFile Dockerfile* setfiletype dockerfile
|
||||||
|
autocmd BufRead,BufNewFile *i3.conf setfiletype i3config
|
||||||
|
|
||||||
let g:tex_flavor = "latex"
|
let g:tex_flavor = "latex"
|
||||||
augroup end
|
augroup end
|
||||||
|
Loading…
Reference in New Issue
Block a user