notes/st-gruvbox
2022-05-26 14:54:02 -07:00
..
arg.h added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
bst added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
config.def.h added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
config.def.h.orig added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
config.h added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
config.mk added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
FAQ added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
LEGACY added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
LICENSE added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
Makefile added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
README added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
st added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
st-alpha-20220206-0.8.5.diff added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
st-gruvbox-dark-0.8.5.diff added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
st-scrollback-0.8.5.diff added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
st.1 added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
st.c added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
st.h added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
st.h.orig added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
st.info added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
st.o added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
TODO added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
win.h added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
x.c added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07:00
x.o added configuration for st with gruvbox-theme 2022-05-26 14:54:02 -07: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.