Accacio / st

Luke's fork of the suckless simple terminal (st). Some patches, fixes and bindings to make my life easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accacio's version of Luke's build of st - the simple (suckless) terminal

The suckless terminal (st) with some additional features:

  • Adjustable transparency/alpha
  • Compatibility with Xresources and pywal for dynamic colors
  • Copy to clipboard (Control-shift-c)
  • Default font is system "mono" at 15pt
  • Hold alt and press either ↑/↓ p/n
  • Shift+Mouse wheel will as well.
  • Default solarized colors without pywal
  • updated to latest version 0.8.1

The following additional bindings were added before I forked this:

  • Scroll through history -- Shift+PageUp/PageDown or Shift+Mouse wheel
  • Increase/decrease font size -- Shift+Alt+PageUp/PageDown
  • Return to default font size -- Shift+Alt+Home
  • Paste -- Shift+Insert

Installation for newbs

make
sudo make install

Obviously, make is required to build. fontconfig is required for the default build, since it asks fontconfig for your system monospace font. It might be obvious, but libX11 and libXft are required as well. Chances are, you have all of this installed already.

About

Luke's fork of the suckless simple terminal (st). Some patches, fixes and bindings to make my life easier.

License:MIT License


Languages

Language:C 95.9%Language:Roff 2.8%Language:Makefile 1.3%