Skip to content
/ st Public

Personal fork of the suckless terminal (st).

License

Notifications You must be signed in to change notification settings

Toalaah/st

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ST – Simple Terminal

build status build status

This repo contains my personal st fork. The original repo can be found here.

Installation

  1. Make sure you have the required Xlib headers installed (note that package names may vary slightly per package manager, the names below are given for apt)

    • build-essential
    • libx11-dev
    • libxft
  2. To build, simply clone the repository and run the following make commands:

    git clone [email protected]:Toalaah/st.git
    cd st
    make
    sudo make install

Patches

All patches can be found in the patches folder.

Applied Patches:

License

MIT

About

Personal fork of the suckless terminal (st).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages