Giter Club home page Giter Club logo

st's Introduction

Personal fork of st (Simple terminal implementation for X)

st's official webpage Original source code at: git.suckless.org/dwm/.

Original st's README.

Patches applied

If not declared otherwise, assume most recent version for all mentioned patches.

  • Alpha: This patch allows users to change the opacity of the background. Note that you need an X composite manager (e.g. compton, xcompmgr) to make this patch effective.
  • Scrollback: Scroll back through terminal output using Shift+{PageUp, PageDown}. Note: The patches "scrollback-mouse", "scrollback-mouse-altscreen" and "scrollback-mouse-increment" were not applied.
  • Blinking cursor: This patch allows the use of a blinking cursor.
  • Xresources: This patch adds the ability to configure st via Xresources. At startup, st will read and apply the resources named in the resources[] array in config.h.
  • Newterm: This patch allows you to spawn a new st terminal using Ctrl-Shift-Return. It will have the same CWD (current working directory) as the original st instance.
  • Font2: This patch allows to add spare font besides default. Some glyphs can be not present in default font. For this glyphs st uses font-config and try to find them in font cache first. This patch append fonts defined in font2 variable to the beginning of font cache. So they will be used first for glyphs that absent in default font.

Emoji support

Unlike with dwm and dmenu, st does not have any code to prevent it from crashing when it has to print an emoji. This is not the fault of the program but rather the library used by it. The font2 patch does not break anything nor does it fix the issue. The xft-bgra fix for libXft is needed for st to be able to render emojis and not crash.

Installation

After cloning this repository in the directory of your choice, then if you wish to change its default namespace installation (/usr/local), edit the config.mk file. Afterwards run sudo make clean install

st's People

Contributors

aaptel avatar k0gamsx avatar hiltjo avatar djpohly avatar brlipi avatar colona avatar avih avatar frign avatar medgar123 avatar electronicru avatar garbeam avatar ericpruitt avatar schachmat avatar pickfire avatar blackbit42 avatar lotheac avatar michaelforney avatar suiginsoft avatar esjeon avatar mvdan avatar radare avatar osandov avatar pilona avatar v4hn avatar agonrex avatar wengxt avatar mihailzenkov avatar jceb avatar brandoninvergo avatar bennofs avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.