rice/suckless/st
hnhx 41ed415541 added a new script for changing audio, made dwm border wider 2023-02-17 14:34:05 +01:00
..
patches added missing files 2023-01-28 21:09:52 +01:00
FAQ added missing files 2023-01-28 21:09:52 +01:00
LEGACY added missing files 2023-01-28 21:09:52 +01:00
LICENSE added missing files 2023-01-28 21:09:52 +01:00
Makefile added missing files 2023-01-28 21:09:52 +01:00
README added missing files 2023-01-28 21:09:52 +01:00
TODO added missing files 2023-01-28 21:09:52 +01:00
arg.h added missing files 2023-01-28 21:09:52 +01:00
config.def.h added missing files 2023-01-28 21:09:52 +01:00
config.h added missing files 2023-01-28 21:09:52 +01:00
config.mk added missing files 2023-01-28 21:09:52 +01:00
st.1 added missing files 2023-01-28 21:09:52 +01:00
st.c added missing files 2023-01-28 21:09:52 +01:00
st.h added missing files 2023-01-28 21:09:52 +01:00
st.h.orig added missing files 2023-01-28 21:09:52 +01:00
st.info added missing files 2023-01-28 21:09:52 +01:00
win.h added missing files 2023-01-28 21:09:52 +01:00
x.c added missing files 2023-01-28 21:09:52 +01:00
x.c.orig added missing files 2023-01-28 21:09:52 +01:00
x.o added missing files 2023-01-28 21:09:52 +01:00

README

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


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


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

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

    make 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 <aurelien dot aptel at gmail dot com> bt source code.