Skip to content

madobet/st

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

st - simple terminal

st is a simple terminal emulator for X which sucks less.

screenshot.png

Requirements

In order to build st you need the Xlib header files.

Note: This branch of libXft was used to avoid st from crashing with emoji.

Installation

st is installed into the /usr/local namespace by default(if necessary as root):

make -j clean install

You can change it by setting PREFIX (for example, install at ~/.local):

make PREFIX=~/.local -j clean install

Running st

If you did not install st with make clean install, you must compile the st terminfo entry with the following command:

tic -sx st.info

See the man page for additional details.

Credits

Based on Aurélien APTEL bt source code.

Pathced with

About

A fork of https://git.suckless.org/st with 🌈 emoji support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published