Load X resources and update documentation to install custom font
This commit is contained in:
parent
f2b69d2bfe
commit
3975ab9785
3
.xinitrc
3
.xinitrc
@ -24,5 +24,8 @@ fi
|
|||||||
# launch dunst
|
# launch dunst
|
||||||
#/usr/bin/dunst &
|
#/usr/bin/dunst &
|
||||||
|
|
||||||
|
# Load X resources
|
||||||
|
xrdb ~/.Xresources
|
||||||
|
|
||||||
# launch spectrwm
|
# launch spectrwm
|
||||||
exec spectrwm
|
exec spectrwm
|
||||||
|
@ -136,6 +136,14 @@ sudo sed -i "s/#HandleLidSwitch=suspend/HandleLidSwitch=ignore/" /etc/systemd
|
|||||||
/logind.conf
|
/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
|
## Specific installations
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
Loading…
Reference in New Issue
Block a user