dotfiles/_suckless/st
2021-08-24 23:41:43 +02:00
..
patches Desktop section. 2021-06-19 15:05:17 +02:00
arg.h Desktop section. 2021-06-19 15:05:17 +02:00
boxdraw_data.h Desktop section. 2021-06-19 15:05:17 +02:00
boxdraw.c Desktop section. 2021-06-19 15:05:17 +02:00
config.def.h Desktop section. 2021-06-19 15:05:17 +02:00
config.h More consistent with other apps. 2021-06-27 15:07:51 +02:00
config.mk Desktop section. 2021-06-19 15:05:17 +02:00
FAQ Desktop section. 2021-06-19 15:05:17 +02:00
hb.c Desktop section. 2021-06-19 15:05:17 +02:00
hb.h Desktop section. 2021-06-19 15:05:17 +02:00
LEGACY Desktop section. 2021-06-19 15:05:17 +02:00
LICENSE Desktop section. 2021-06-19 15:05:17 +02:00
Makefile Desktop section. 2021-06-19 15:05:17 +02:00
README Desktop section. 2021-06-19 15:05:17 +02:00
st-url Consistency of dmenu scripts. 2021-08-24 23:41:43 +02:00
st.1 Desktop section. 2021-06-19 15:05:17 +02:00
st.c Desktop section. 2021-06-19 15:05:17 +02:00
st.h Desktop section. 2021-06-19 15:05:17 +02:00
st.info Desktop section. 2021-06-19 15:05:17 +02:00
TODO Desktop section. 2021-06-19 15:05:17 +02:00
win.h Desktop section. 2021-06-19 15:05:17 +02:00
x.c Desktop section. 2021-06-19 15:05:17 +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.