dotfiles/.config/suckless/st-0.9.2
2024-05-02 15:09:22 +02:00
..
patches feat: fastfetch, remove st scroll patch 2024-05-02 15:09:22 +02:00
.gitignore feat: st 2024-04-29 14:35:29 +02:00
arg.h feat: st 2024-04-29 14:35:29 +02:00
config.def.h feat: fastfetch, remove st scroll patch 2024-05-02 15:09:22 +02:00
config.h feat: fastfetch, remove st scroll patch 2024-05-02 15:09:22 +02:00
config.mk feat: st 2024-04-29 14:35:29 +02:00
FAQ feat: st 2024-04-29 14:35:29 +02:00
LEGACY feat: st 2024-04-29 14:35:29 +02:00
LICENSE feat: st 2024-04-29 14:35:29 +02:00
Makefile feat: st 2024-04-29 14:35:29 +02:00
README feat: st 2024-04-29 14:35:29 +02:00
st.1 feat: st 2024-04-29 14:35:29 +02:00
st.c feat: fastfetch, remove st scroll patch 2024-05-02 15:09:22 +02:00
st.h feat: fastfetch, remove st scroll patch 2024-05-02 15:09:22 +02:00
st.info feat: st 2024-04-29 14:35:29 +02:00
TODO feat: st 2024-04-29 14:35:29 +02:00
win.h feat: st 2024-04-29 14:35:29 +02:00
x.c feat: fastfetch, remove st scroll patch 2024-05-02 15:09:22 +02: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.