Karx's st configuration
Go to file
Yash Karandikar 0a03f79bd6 Adjust font size 2021-10-29 12:03:48 -05:00
.gitignore Ignore built files 2021-08-19 15:18:38 -05:00
FAQ Initial commit 2021-08-19 12:59:36 -05:00
LEGACY Initial commit 2021-08-19 12:59:36 -05:00
LICENSE Initial commit 2021-08-19 12:59:36 -05:00
Makefile Apply st-desktopentry patch 2021-08-19 13:17:50 -05:00
README Initial commit 2021-08-19 12:59:36 -05:00
TODO Initial commit 2021-08-19 12:59:36 -05:00
archtop.patch Adjust font size 2021-10-29 12:03:48 -05:00
arg.h Initial commit 2021-08-19 12:59:36 -05:00
config.def.h Apply st-scrollback patch 2021-08-19 13:32:54 -05:00
config.h Adjust font size 2021-10-29 12:03:48 -05:00
config.mk Initial commit 2021-08-19 12:59:36 -05:00
st.1 Initial commit 2021-08-19 12:59:36 -05:00
st.c Apply st-scrollback patch 2021-08-19 13:32:54 -05:00
st.desktop Apply st-desktopentry patch 2021-08-19 13:17:50 -05:00
st.h Apply st-scrollback patch 2021-08-19 13:32:54 -05:00
st.info Initial commit 2021-08-19 12:59:36 -05:00
win.h Initial commit 2021-08-19 12:59:36 -05:00
x.c Apply st-hidecursor patch 2021-09-03 11:22:55 -05: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.