Skip to content
/ st Public
forked from l3pp4rd/st

a clone of suckless simple terminal aka st

License

Notifications You must be signed in to change notification settings

mkc188/st

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

st - simple terminal

This is a clone of suckless.org the coolest terminal client st. Light, stable, simple and fast. tmux brings in all other needed features.

Customizations

  • Inconsolata font usage.
  • solarized dark - color scheme.
  • xcompmgr is optional, when turned on - opacity configuration is taken into account for transparency.

Screen

Screenshot

Requirements

In order to build st you need:

  • Xlib header files - location of these might differ, edit config.mk
  • xft lib headers.
  • Inconsolata.ttf fonts, unless you change it in config.h
  • Xcompmgr - if you wish to have transparency

Installation

Edit config.mk to match your local setup (st is installed into the /usr/local namespace by default).

NOTE: to have unicode character support, install freetype2 library headers.

Ubuntu required libraries

apt-get install libx11-dev libxext-dev libxft-dev fonts-inconsolata

Afterwards enter the following command to build and install st (if necessary as root):

make clean install

NOTE concerning inconsolata font changes, recently it got bold font support and if you had hinstyle set to none it should not make any impact. Otherwise you may need to set it to none.

Running st

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

tic -s st.info

Run it with tmux:

st -e tmux

See the man page for additional details.

Credits

Based on Aurélien APTEL bt source code.

About

a clone of suckless simple terminal aka st

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.1%
  • Makefile 1.7%
  • Roff 1.2%