dotfiles/suckless/st
2025-07-28 23:51:06 +03:30
..
arg.h readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
boxdraw.c readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
boxdraw_data.h readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
config.def.h readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
config.h suicide 2025-07-28 23:51:06 +03:30
config.h.save readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
config.h.save.1 readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
config.h.save.2 readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
config.h.save.3 readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
config.h~ readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
config.mk readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
graphics.c readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
graphics.h readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
hb.c readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
hb.h readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
hb.o readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
icat-mini.sh readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
khash.h readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
kvec.h readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
LEGACY readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
LICENSE readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
Makefile readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
README readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
rowcolumn_diacritics_helpers.c readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
st suicide 2025-07-28 23:51:06 +03:30
st-alpha-changealpha-20230519-b44f2ad.diff readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
st.1 readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
st.c readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
st.h readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
st.info readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
st.o readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
TODO readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
win.h readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
x.c readded dwm and added some more dots 2025-07-10 08:58:07 +03:30
x.o suicide 2025-07-28 23:51: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.