rice/st
2022-01-21 19:10:17 +02:00
..
patches Update config and add custom DWM status script 2022-01-07 20:09:50 +02:00
arg.h maybe fix git moment 2020-12-20 16:08:11 +02:00
config.def.h cleanup + update shell and add memory leak fix 2022-01-21 19:10:17 +02:00
config.h cleanup + update shell and add memory leak fix 2022-01-21 19:10:17 +02:00
config.mk Update with latest config 2021-11-10 01:00:35 +02:00
FAQ maybe fix git moment 2020-12-20 16:08:11 +02:00
hb.c Update with latest config 2021-11-10 01:00:35 +02:00
hb.h Update with latest config 2021-11-10 01:00:35 +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 Update with latest config 2021-11-10 01:00:35 +02:00
README Add some more plugins to st and set resizehints to 0 in dwm 2020-12-20 19:16:23 +02:00
st-ligatures-scrollback-20200430-0.8.3.diff Update with latest config 2021-11-10 01:00:35 +02:00
st.1 maybe fix git moment 2020-12-20 16:08:11 +02:00
st.c Update with latest config 2021-11-10 01:00:35 +02:00
st.h Update with latest config 2021-11-10 01:00:35 +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 Update with latest config 2021-11-10 01:00:35 +02:00
x.c Update with latest config 2021-11-10 01:00:35 +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/)
 - st-delkey (https://st.suckless.org/patches/delkey/)
 - st-anysize (https://st.suckless.org/patches/anysize/)