README (1056B)
1 st - simple terminal 2 -------------------- 3 st is a simple terminal emulator for X which sucks less. 4 5 6 Patches Applied 7 --------------- 8 alpha - https://st.suckless.org/patches/alpha/st-alpha-20240814-a0274bc.diff 9 anysize - https://st.suckless.org/patches/anysize/st-anysize-20220718-baa9357.diff 10 bold is not bright - https://st.suckless.org/patches/bold-is-not-bright/st-bold-is-not-bright-20190127-3be4cf1.diff 11 12 Requirements 13 ------------ 14 In order to build st you need the Xlib header files. 15 16 17 Installation 18 ------------ 19 Edit config.mk to match your local setup (st is installed into 20 the /usr/local namespace by default). 21 22 Afterwards enter the following command to build and install st (if 23 necessary as root): 24 25 make clean install 26 27 28 Running st 29 ---------- 30 If you did not install st with make clean install, you must compile 31 the st terminfo entry with the following command: 32 33 tic -sx st.info 34 35 See the man page for additional details. 36 37 Credits 38 ------- 39 Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code. 40