Archived
0
0
Fork 0
My fork of suckless st
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-05-06 23:20:03 -07:00
patch update st 2023-05-06 23:20:03 -07:00
arg.h copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
config.def.h copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
config.h reduce font size 2023-01-22 23:17:51 -08:00
config.mk copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
FAQ copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
hb.c update st 2023-05-06 23:20:03 -07:00
hb.h update st 2023-05-06 23:20:03 -07:00
LEGACY copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
LICENSE copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
Makefile copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
patches.h copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
README copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
sixel.c copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
sixel_hls.c copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
sixel_hls.h copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
st.1 copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
st.c update st 2023-05-06 23:20:03 -07:00
st.desktop copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
st.h copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
st.info copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
TODO copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
win.h copy st from dotfiles repo 2023-01-04 01:21:05 -08:00
x.c update st 2023-05-06 23:20:03 -07:00

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.