46 lines
1.3 KiB
Text
46 lines
1.3 KiB
Text
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/)
|