dotfiles/.suckless/st
2025-06-05 09:30:06 +03:30
..
dmenu new rice and stuffs 2025-06-05 09:30:06 +03:30
dwm new rice and stuffs 2025-06-05 09:30:06 +03:30
slstatus new rice and stuffs 2025-06-05 09:30:06 +03:30
arg.h Upload files to ".suckless/st" 2025-05-29 22:40:27 +02:00
boxdraw.c new rice and stuffs 2025-06-05 09:30:06 +03:30
boxdraw.o new rice and stuffs 2025-06-05 09:30:06 +03:30
boxdraw_data.h new rice and stuffs 2025-06-05 09:30:06 +03:30
config.def.h new rice and stuffs 2025-06-05 09:30:06 +03:30
config.h new rice and stuffs 2025-06-05 09:30:06 +03:30
config.h.save Upload files to ".suckless/st" 2025-05-29 22:40:27 +02:00
config.h.save.1 Upload files to ".suckless/st" 2025-05-29 22:40:27 +02:00
config.h.save.2 Upload files to ".suckless/st" 2025-05-29 22:40:27 +02:00
config.h.save.3 Upload files to ".suckless/st" 2025-05-29 22:40:37 +02:00
config.mk new rice and stuffs 2025-06-05 09:30:06 +03:30
graphics.c new rice and stuffs 2025-06-05 09:30:06 +03:30
graphics.h new rice and stuffs 2025-06-05 09:30:06 +03:30
graphics.o new rice and stuffs 2025-06-05 09:30:06 +03:30
hb.c Upload files to ".suckless/st" 2025-05-29 22:40:37 +02:00
hb.h Upload files to ".suckless/st" 2025-05-29 22:40:37 +02:00
hb.o Upload files to ".suckless/st" 2025-05-29 22:40:37 +02:00
icat-mini.sh new rice and stuffs 2025-06-05 09:30:06 +03:30
khash.h new rice and stuffs 2025-06-05 09:30:06 +03:30
kvec.h new rice and stuffs 2025-06-05 09:30:06 +03:30
LEGACY new rice and stuffs 2025-06-05 09:30:06 +03:30
LICENSE Upload files to ".suckless/st" 2025-05-29 22:40:48 +02:00
Makefile new rice and stuffs 2025-06-05 09:30:06 +03:30
README new rice and stuffs 2025-06-05 09:30:06 +03:30
rowcolumn_diacritics_helpers.c new rice and stuffs 2025-06-05 09:30:06 +03:30
rowcolumn_diacritics_helpers.o new rice and stuffs 2025-06-05 09:30:06 +03:30
st new rice and stuffs 2025-06-05 09:30:06 +03:30
st-alpha-changealpha-20230519-b44f2ad.diff Upload files to ".suckless/st" 2025-05-29 22:40:59 +02:00
st.1 new rice and stuffs 2025-06-05 09:30:06 +03:30
st.c new rice and stuffs 2025-06-05 09:30:06 +03:30
st.h new rice and stuffs 2025-06-05 09:30:06 +03:30
st.info new rice and stuffs 2025-06-05 09:30:06 +03:30
st.o new rice and stuffs 2025-06-05 09:30:06 +03:30
TODO new rice and stuffs 2025-06-05 09:30:06 +03:30
win.h new rice and stuffs 2025-06-05 09:30:06 +03:30
x.c new rice and stuffs 2025-06-05 09:30:06 +03:30
x.o new rice and stuffs 2025-06-05 09:30:06 +03:30

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.