aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaweł Cembaluk <241574@student.pwr.edu.pl>2021-03-28 15:59:23 +0300
committerGitHub <noreply@github.com>2021-03-28 15:59:23 +0300
commitaf86b53047ea6d6866dc5dae83eb219e691b9c76 (patch)
tree29da1d4bf95d0dc3fd64db846134078735d23aa2 /README.md
parenteafd78c3e0e19022612508e2ded2c1f035c29a25 (diff)
Added urxvt to manual font installation section. (#1326)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 488270ef..39864696 100644
--- a/README.md
+++ b/README.md
@@ -591,6 +591,12 @@ applications on your system. Configure your terminal to use this font:
```
If the file already exists, only add the line with the font to the existing return.
Also add the first line if it is not already present.
+- **urxvt**: Create or open `~/.Xresources` and add the following line to it:
+ ```text
+ URxvt.font: xft:MesloLGS NF:size=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.
**IMPORTANT:** Run `p10k configure` after changing terminal font. The old `~/.p10k.zsh` may work
incorrectly with the new font.