camel-cdr / st

My custom st build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My custom st build

Patches

  • alpha
  • anysize
  • bold is not bright
  • hidecursor
  • scrollback

Install

sudo make clean install

Color Emoji support

For color emoji support install libxft with the bgra patch.

On Arch based systems

git clone https://aur.archlinux.org/libxft-bgra.git
cd libxft-bgra
# Libxft-bgra isn't properly packaged, its therefore needed to replace the architecture manually.
# This can be done by replacing <<ARCH>> with your architecture and runnung the following command:
# sed -i "s/x86_64/<<ARCH>>/g" PKGBUILD
makepkg -si

Other

git clone --depth=1 https://gitlab.com/zanc/xft
cd xft && ./configure && sudo make instal
sudo ldconfig && reboot

Documentation / Keybinds

man st

About

My custom st build

License:MIT License


Languages

Language:C 80.4%Language:Objective-C 15.5%Language:Roff 2.6%Language:Makefile 1.4%