dotsuckless/st
_N3m0 23e76ad459 change font 2024-03-04 11:22:31 +01:00
..
patches st : alpha patch 2023-12-14 17:38:23 +01:00
FAQ mv std st dwmd dwm 2023-12-11 20:36:30 +01:00
LEGACY mv std st dwmd dwm 2023-12-11 20:36:30 +01:00
LICENSE mv std st dwmd dwm 2023-12-11 20:36:30 +01:00
Makefile mv std st dwmd dwm 2023-12-11 20:36:30 +01:00
README mv std st dwmd dwm 2023-12-11 20:36:30 +01:00
TODO mv std st dwmd dwm 2023-12-11 20:36:30 +01:00
arg.h mv std st dwmd dwm 2023-12-11 20:36:30 +01:00
config.def.h st : alpha patch 2023-12-14 17:38:23 +01:00
config.h change font 2024-03-04 11:22:31 +01:00
config.mk st : alpha patch 2023-12-14 17:38:23 +01:00
st.1 mv std st dwmd dwm 2023-12-11 20:36:30 +01:00
st.c patch st: externalpip + eternal + copy link/out sh 2023-12-12 13:04:18 +01:00
st.h st : alpha patch 2023-12-14 17:38:23 +01:00
st.h.orig st : alpha patch 2023-12-14 17:38:23 +01:00
st.info mv std st dwmd dwm 2023-12-11 20:36:30 +01:00
win.h mv std st dwmd dwm 2023-12-11 20:36:30 +01:00
x.c st : alpha patch 2023-12-14 17:38:23 +01:00
x.c.orig st : alpha patch 2023-12-14 17:38:23 +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.