suckless/st
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Arija A. 9965680f3b
Fix godawful suckless braces style
Signed-off-by: Arija A. <ari@ari.lt>
2026-01-28 16:56:19 +02:00
..
patch Init 2025-05-25 22:11:02 +03:00
.clang-format Init 2025-05-25 22:11:02 +03:00
arg.h Init 2025-05-25 22:11:02 +03:00
config.def.h Fix godawful suckless braces style 2026-01-28 16:56:19 +02:00
config.h Fix godawful suckless braces style 2026-01-28 16:56:19 +02:00
config.mk Init 2025-05-25 22:11:02 +03:00
FAQ Init 2025-05-25 22:11:02 +03:00
LEGACY Init 2025-05-25 22:11:02 +03:00
LICENSE Init 2025-05-25 22:11:02 +03:00
Makefile Init 2025-05-25 22:11:02 +03:00
README Init 2025-05-25 22:11:02 +03:00
st-copyline Init 2025-05-25 22:11:02 +03:00
st-copylines Init 2025-05-25 22:11:02 +03:00
st-copyout Init 2025-05-25 22:11:02 +03:00
st.1 Init 2025-05-25 22:11:02 +03:00
st.c Fix godawful suckless braces style 2026-01-28 16:56:19 +02:00
st.desktop Init 2025-05-25 22:11:02 +03:00
st.h Fix godawful suckless braces style 2026-01-28 16:56:19 +02:00
st.info Init 2025-05-25 22:11:02 +03:00
st.svg Init 2025-05-25 22:11:02 +03:00
TODO Init 2025-05-25 22:11:02 +03:00
win.h Init 2025-05-25 22:11:02 +03:00
x.c Fix godawful suckless braces style 2026-01-28 16:56:19 +02:00
x.c.orig Init 2025-05-25 22:11:02 +03:00

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.