simple
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Luke Smith 059106186b Revert "Update LICENSE"
This reverts commit 85d8621d8c.
7 years ago
.travis.yml Enable travis build 8 years ago
LICENSE Revert "Update LICENSE" 7 years ago
Makefile Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
README.md junk cleanup 7 years ago
arg.h Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
config.h bg fix on some graphical systems 7 years ago
config.mk Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
st.1 manual updates 7 years ago
st.c Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
st.h Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
st.info Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
win.h Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
x.c xresources patch now default 7 years ago

README.md

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 (alt-shift-c)
  • Default font is system "mono" at 14pt, meaning the font will match your system font.
  • Hold alt and press either ↑/↓ or the vim keys k/j to move up/down in the terminal.
  • Shift+Mouse wheel will as well.
  • Alt-u and Alt-d scroll back/forward in history a page at a time.
  • Alt-PageUp and Alt-PageDown will do the same.
  • Zoom in/out with Alt+Shift+k/j or u/d for larger intervals.
  • Vertcenter
  • Optional solarized colors (light and dark toggleable)
  • 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.