JS>> st>> 返回
项目作者: andresemartinez

项目描述 :
Fork of the suckless simple terminal (st)
高级语言: C
项目地址: git://github.com/andresemartinez/st.git
创建时间: 2020-02-18T20:59:03Z
项目社区:https://github.com/andresemartinez/st

开源协议:MIT License

下载


Andres’s build of st - the simple (suckless) terminal

The suckless terminal (st) with some additional features that make’s it awesome.
Based on version 0.8.2.

Unique Features

  • Desktop entry for desktop environments
  • Alpha toggle (Alt + a)

Included st patches

Requirements

In order to build st you need the Xlib header files.

Installation

St is installed into the /usr/local namespace by default. You can change that in the config.mk file.

  1. git clone https://github.com/andresemartinez/st.git
  2. cd st
  3. sudo make install

Customization

Aditional customazation can be done in the config.h file. This requires re-compiling.