1 - First let’s make a backup of our original i3 WM config
1
cp ~/.config/i3/config ~/.config/i3/config.ori
2 - Edit i3 WM config
I gonna use NVIM to edit the config, you can use whatever editor you want
1
nvim ~/.config/i3/config
3 - Inside of config file
Now we’re gonna to change this line
1
font pango:monospace 8
what I do is just copy and edit it for the font of my preference and comment the older line
1
2
#font pango:monospace 8
font pango:Hack Nerd Font:Regular 12
4 - Save the changes and restart i3 WM
1
Super + Shift + r