forked from DustVoice/dotfiles
Fix mistake with font configuration in .Xresources
This commit is contained in:
parent
e907f2be1c
commit
b10b48dc7e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
*.color13: #FF92D0
|
*.color13: #FF92D0
|
||||||
*.color14: #9AEDFE
|
*.color14: #9AEDFE
|
||||||
*.color15: #E6E6E6
|
*.color15: #E6E6E6
|
||||||
*.font: "Hack:size=10:antialias=true:autohint=true"
|
*.font= "Hack:size=10:antialias=true:autohint=true"
|
||||||
*.termName: xterm-256color
|
*.termName: xterm-256color
|
||||||
*.shell: /usr/bin/zsh
|
*.shell: /usr/bin/zsh
|
||||||
*.tabspaces: 4
|
*.tabspaces: 4
|
||||||
|
|
Loading…
Reference in a new issue