ccod / st

This is a fork of "suckless terminal" emulator. These are just my set of customizations and patches.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

st - simple terminal

st is a simple terminal emulator for X which sucks less. This is my fork of the project. customizations are on ccod_patches branch

Requirements

  • In order to build st you need the Xlib header files.
  • Fira Code font.

Patches included

  • ligatures
  • keyboard select
  • scrollback

You can find the patches included here: here

Theme

Based on vim-colors-pencil

  • light variant

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

Credits

Based on Aurélien APTEL bt source code.

About

This is a fork of "suckless terminal" emulator. These are just my set of customizations and patches.

License:MIT License


Languages

Language:C 81.7%Language:Objective-C 14.4%Language:Roff 2.4%Language:Makefile 1.5%