rice/st
2020-12-20 16:08:11 +02:00
..
arg.h maybe fix git moment 2020-12-20 16:08:11 +02:00
config.def.h maybe fix git moment 2020-12-20 16:08:11 +02:00
config.mk maybe fix git moment 2020-12-20 16:08:11 +02:00
FAQ maybe fix git moment 2020-12-20 16:08:11 +02:00
LEGACY maybe fix git moment 2020-12-20 16:08:11 +02:00
LICENSE maybe fix git moment 2020-12-20 16:08:11 +02:00
Makefile maybe fix git moment 2020-12-20 16:08:11 +02:00
README maybe fix git moment 2020-12-20 16:08:11 +02:00
st-blinking_cursor-20200531-a2a7044.diff maybe fix git moment 2020-12-20 16:08:11 +02:00
st-clipboard-20180309-c5ba9c0.diff maybe fix git moment 2020-12-20 16:08:11 +02:00
st-nordtheme-0.8.2.diff maybe fix git moment 2020-12-20 16:08:11 +02:00
st-scrollback-20201205-4ef0cbd.diff maybe fix git moment 2020-12-20 16:08:11 +02:00
st-scrollback-mouse-20191024-a2c479c.diff maybe fix git moment 2020-12-20 16:08:11 +02:00
st.1 maybe fix git moment 2020-12-20 16:08:11 +02:00
st.c maybe fix git moment 2020-12-20 16:08:11 +02:00
st.h maybe fix git moment 2020-12-20 16:08:11 +02:00
st.info maybe fix git moment 2020-12-20 16:08:11 +02:00
TODO maybe fix git moment 2020-12-20 16:08:11 +02:00
win.h maybe fix git moment 2020-12-20 16:08:11 +02:00
x.c maybe fix git moment 2020-12-20 16:08:11 +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.


Rice-specific info
------------------
This is a custom rice.
I have modified the config and also added the following patches:
 - st-blinking_cursor (https://st.suckless.org/patches/blinking_cursor/)
 - st-clipboard (https://st.suckless.org/patches/clipboard/)
 - st-nordtheme (https://st.suckless.org/patches/nordtheme/)
 - st-scrollback (https://st.suckless.org/patches/scrollback/)
 - st-scrollback-mouse (https://st.suckless.org/patches/scrollback/)