My fork of suckless.org's simple terminal
Go to file
2024-02-29 21:21:44 +01:00
docs add docs folder 2022-10-09 17:40:34 +02:00
scripts spmenu should always spawn at the top 2023-06-25 22:17:35 +02:00
arg.h Add new st build from https://codeberg.org/speedie/st-next-2. 2022-11-13 22:16:04 +01:00
ascii.h Add new st build from https://codeberg.org/speedie/st-next-2. 2022-11-13 22:16:04 +01:00
bd.c Add new st build from https://codeberg.org/speedie/st-next-2. 2022-11-13 22:16:04 +01:00
bd.h Add new st build from https://codeberg.org/speedie/st-next-2. 2022-11-13 22:16:04 +01:00
colors.h Version should be 1.1, rcs = rc 2022-11-13 23:00:58 +01:00
keybinds.h add keybind for scrolling fast 2023-02-17 12:41:31 +01:00
keys.h Enable Ctrl+Tab 2024-01-20 22:30:49 +01:00
LICENSE Update license, it's 2023 2023-07-27 22:36:23 +02:00
ligatures.c update ligatures to latest, this version draws ligatures better 2023-01-12 17:01:26 +01:00
ligatures.h update ligatures to latest, this version draws ligatures better 2023-01-12 17:01:26 +01:00
Makefile minor change, might fix st ebuild conflict with speedwm 2023-02-23 16:21:28 +01:00
mouse.h Change mouse keybinds 2024-02-29 21:21:44 +01:00
options.h Understyle should be an int, not char * 2023-06-25 22:15:20 +02:00
options.mk Version bump: 1.3 2023-08-28 11:31:16 +02:00
PKGBUILD Version bump: 1.3 2023-08-28 11:31:16 +02:00
README.md slightly better (but still bad) documentation 2023-06-25 22:35:32 +02:00
sixel.c Add new st build from https://codeberg.org/speedie/st-next-2. 2022-11-13 22:16:04 +01:00
sixel.h Add new st build from https://codeberg.org/speedie/st-next-2. 2022-11-13 22:16:04 +01:00
sixelhls.c Add new st build from https://codeberg.org/speedie/st-next-2. 2022-11-13 22:16:04 +01:00
sixelhls.h Add new st build from https://codeberg.org/speedie/st-next-2. 2022-11-13 22:16:04 +01:00
st.c Apply latest suckless commit 2023-06-28 16:19:20 +02:00
st.desktop Merge st-next into speedie/st main branch. Old st build can be found in 2022-10-07 14:47:14 +02:00
st.h update alpha on color reload 2023-02-11 11:34:52 +01:00
st.info Add new st build from https://codeberg.org/speedie/st-next-2. 2022-11-13 22:16:04 +01:00
st.png Add st build 2022-08-12 21:41:04 +02:00
toggle.h oops forgot to remove the if itself 2023-02-16 16:09:19 +01:00
win.h over-the-spot from odknt/st 2022-12-15 21:09:42 +01:00
x.c Understyle should be an int, not char * 2023-06-25 22:15:20 +02:00
xresources.h Understyle should be an int, not char * 2023-06-25 22:15:20 +02:00

st

My build of st

Features

  • Transparency
  • Boxdraw
  • Blinking cursor
  • Sixel
  • Clickable URLs
  • .Xresources (including Pywal)
  • Wide glyph support
  • Proper underlines
  • Ligatures
  • Copy command (requires spmenu)
  • URL opener (requires spmenu)
  • Externalpipe (with signal)
  • Multi font support (in one array)
  • Desktop entry
  • Window icon (st.png logo)
  • Keyboard select
  • Scrollback
  • Vim-like keybindings
  • CSI sequences 22 and 23

Dependencies

Standard st dependencies, plus:

  • spmenu
  • gd

Installation

sudo make clean install

Configuration

Edit any of the headers here (primarily options.h) and recompile. Alternatively use a .Xresources file, see xresoures.h for a list.