Skip to content

Instantly share code, notes, and snippets.

@jipipayo
Created November 23, 2016 20:17
Show Gist options
  • Save jipipayo/3ca94531ba5520078a085efafa90f891 to your computer and use it in GitHub Desktop.
Save jipipayo/3ca94531ba5520078a085efafa90f891 to your computer and use it in GitHub Desktop.
Terminus font settings for st console
http://programmingfonts.org/post/109677768057/terminus-terminus-font-is-a-clean-fixed
sudo apt install xfonts-terminus
sudo apt install xfonts-terminus-oblique
cd st
vim config.h
static char font[] = "Terminus:pixelsize=13:lcdfilter=lcddefault:hintstyle=hintnone:rgba=rgb:antialias=false:autohint=false";
static int borderpx = 0;
sudo make install clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment