Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.14 KB

St (Simple Terminal)

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

Dependencies

St depends on the Xlib header files. Install it according to your distro.

Install

git clone https://github.com/dagregi/st.git
cd st
sudo make install

Configuration

Defaults configuration are stored in config.def.h. Edit it according to your needs.

Patches

Xresources live-reload

xrdb -merge path/to/xresources
pkill -USR1 st

Credits