/st

My modification of the suckless st terminal

Primary LanguageCMIT LicenseMIT

License Issues GitHub pull requests


This is my own suckless st modification which adds:

  • A blinking cursor
  • Background transparency
  • A JSON config file (~/.config/st.json)
  • Rows and cols command line options
  • New command line arguments system

Table of contents

Quickstart

$ git clone --recurse-submodules https://github.com/lordoftrident/st
$ cd st
$ make install
$ st

Note: It has to be cloned with --recurse-submodules.

Bugs

If you find any bugs, please create an issue and report them.