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.
 
 
 
 
Kornelije Sajler 0ad3d4eddf Updated st 0.8.1. Used new patches, scrollblock and alpha fixed.
Created run-patches.sh, runs all patches on clean st 0.8.1 code.
All old patches remvoed, including trasparency diff.
Not including solarized theme, don't see value of it.
Commented colornames array with color indexs from 0-15, includes index 255, and afterwards bg, fg and cursor, change those for background, foreground and cursor color. Seems better than solarized toggle.
Updated README.
7 years ago
patches Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
.travis.yml Enable travis build 8 years ago
FAQ Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
LEGACY LEGACY: typo. 13 years ago
LICENSE Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
Makefile Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
README.md Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
TODO Remove old TODO entry. 10 years ago
arg.h Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
config.def.h Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
config.mk Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
run-patches.sh Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
st-remove.sh Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago
st.1 Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 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 Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 7 years ago

README.md

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

Forked from https://github.com/shiva/st for simplicity's sake, which is the suckless terminal (st) with some patches added:

  • transparency
  • copy to clipboard
  • Solarized colors (light and dark toggleable) (Change to your own colors, see no value of toggle)
  • vertcenter
  • scrollback with keyboard
  • scrollback with mouse
  • updated to latest version 0.8.1

My own additions

  • Default font is system "mono" at 14pt
  • Alt-k and Alt-j scroll back/foward in history one line at a time
  • Alt-u and Alt-d scroll back/foward in history a page at a time
  • Applied colors, insipred by Pop! OS colors.

Terminal-specific mappings

(Additions before me.)

  • 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

Requirements for build

Install base-devel - compiler and stuff (most distros have).

Install code depndencies (voidlinux - most distro should have something similar)

  • fontconfig-devel
  • libX11-devel
  • libXft-devel
make
sudo make install

Custom changes (config.def.h or config.h)

  • change alpha
  • chnage colors in colorname added comments with numbers 0-15 colors and also bg, fg and cursor color.