My fork of the simple terminal from Suckless. https://st.suckless.org/
Find a file
2024-05-28 21:58:55 +01:00
themes feat: add Tokyo Night theme 2022-03-26 06:36:34 +00:00
arg.h feat: add st 2022-03-25 20:43:48 +00:00
config.def.h feat: upgrade st to v0.9.2 2024-05-28 21:58:55 +01:00
config.h feat: upgrade st to v0.9.2 2024-05-28 21:58:55 +01:00
config.mk feat: upgrade st to v0.9.2 2024-05-28 21:58:55 +01:00
FAQ feat: upgrade st to v0.9.2 2024-05-28 21:58:55 +01:00
LEGACY feat: add st 2022-03-25 20:43:48 +00:00
LICENSE feat: upgrade st to v0.9.2 2024-05-28 21:58:55 +01:00
Makefile feat: upgrade st to v0.9.2 2024-05-28 21:58:55 +01:00
README.md feat: upgrade st to v0.9.2 2024-05-28 21:58:55 +01:00
st.1 feat: add st 2022-03-25 20:43:48 +00:00
st.c feat: upgrade st to v0.9.2 2024-05-28 21:58:55 +01:00
st.h feat: upgrade st to v0.9.2 2024-05-28 21:58:55 +01:00
st.info feat: upgrade st to v0.9.2 2024-05-28 21:58:55 +01:00
TODO feat: add st 2022-03-25 20:43:48 +00:00
win.h feat: upgrade st to v0.9.2 2024-05-28 21:58:55 +01:00
x.c feat: upgrade st to v0.9.2 2024-05-28 21:58:55 +01:00

My custom st build

This repository is a fork of the simple terminal from suckless which contains custom configurations.

st is a simple terminal emulator for X which sucks less.

Requirements

In order to build st you need the Xlib header files.

Installation

The config.mk file was edited so that the installation path is set to ${HOME}/.local. This can be edited to match your own local setup.

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 bt source code.