Fix further mistake with font configuration in .Xresources
This commit is contained in:
parent
b10b48dc7e
commit
bb13bd814f
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=8: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