Load X resources and update documentation to install custom font

This commit is contained in:
adrien 2022-11-23 11:12:27 +01:00
parent f2b69d2bfe
commit 3975ab9785
Signed by: adrien
GPG Key ID: 4F17BEA67707AC21
2 changed files with 11 additions and 0 deletions

View File

@ -24,5 +24,8 @@ fi
# launch dunst
#/usr/bin/dunst &
# Load X resources
xrdb ~/.Xresources
# launch spectrwm
exec spectrwm

View File

@ -136,6 +136,14 @@ sudo sed -i "s/#HandleLidSwitch=suspend/HandleLidSwitch=ignore/" /etc/systemd
/logind.conf
```
### Configure font
```
curl -LOsSf https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/Agave.zip
sudo mkdir -p /usr/share/fonts/nerd-font
sudo unzip -q Agave.zip -d /usr/share/fonts/nerd-font
rm -f Agave.zip
```
## Specific installations
### Docker