My fork of the simple terminal from Suckless. https://st.suckless.org/
Find a file
2024-05-28 19:55:11 +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.8.5 2022-03-26 02:03:35 +00:00
config.h fix: change font to SauceCodePro Nerd Font Mono 2024-05-28 19:55:11 +01:00
config.mk feat: upgrade st to v0.8.5 2022-03-26 02:03:35 +00:00
FAQ feat: upgrade st to v0.8.5 2022-03-26 02:03:35 +00:00
LEGACY feat: add st 2022-03-25 20:43:48 +00:00
LICENSE feat: add st 2022-03-25 20:43:48 +00:00
Makefile feat: add st 2022-03-25 20:43:48 +00:00
README.md feat: add st 2022-03-25 20:43:48 +00:00
st.1 feat: add st 2022-03-25 20:43:48 +00:00
st.c feat: upgrade st to v0.8.5 2022-03-26 02:03:35 +00:00
st.h feat: upgrade st to v0.8.5 2022-03-26 02:03:35 +00:00
st.info feat: add st 2022-03-25 20:43:48 +00:00
TODO feat: add st 2022-03-25 20:43:48 +00:00
win.h feat: upgrade st to v0.8.5 2022-03-26 02:03:35 +00:00
x.c feat: upgrade st to v0.8.5 2022-03-26 02:03:35 +00: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.