mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Add xterm to font configuration section
This commit is contained in:
parent
fdbde52c20
commit
69909a7a1f
1 changed files with 8 additions and 0 deletions
8
font.md
8
font.md
|
@ -111,6 +111,14 @@ If you are using a different terminal, proceed with manual font installation.
|
|||
```
|
||||
You can adjust the font size to your preference. After changing the configuration use `xrdb ~/.Xresources` to reload the config.
|
||||
The new config is applied for all new terminals.
|
||||
- **xterm**: Create or open `~/.Xresources` and add the following two lines to it:
|
||||
```text
|
||||
xterm*faceName: MesloLGS NF
|
||||
xterm*faceSize: 11
|
||||
```
|
||||
You can adjust the font size to your preference. After changing the configuration use `xrdb ~/.Xresources` to reload the config.
|
||||
The new config is applied for all new terminals.
|
||||
|
||||
1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work
|
||||
incorrectly with the new font.
|
||||
|
||||
|
|
Loading…
Reference in a new issue