Luke's fork of the suckless simple terminal (st) with vim bindings and Xresource compatibility.
Go to file
Kornelije Sajler 582549f486 Updade README with more info no custom changes.
Updated config.def.h with my/luke preferences. Font=14px, alpha=0xcd, colorname[]=pop_os-inspired.
Changed values for bg,fg and cursor using 256, 257, 258 indexs from colorname[].
Patched with luke's keymapping's.
2018-04-25 22:49:04 +02:00
patches Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 2018-04-25 22:15:11 +02:00
.travis.yml Enable travis build 2017-01-30 20:14:38 -08:00
arg.h Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 2018-04-25 22:15:11 +02:00
config.def.h Updade README with more info no custom changes. 2018-04-25 22:49:04 +02:00
config.mk Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 2018-04-25 22:15:11 +02:00
FAQ Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 2018-04-25 22:15:11 +02:00
LEGACY LEGACY: typo. 2012-09-18 19:08:03 +02:00
LICENSE Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 2018-04-25 22:15:11 +02:00
Makefile Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 2018-04-25 22:15:11 +02:00
README.md Updade README with more info no custom changes. 2018-04-25 22:49:04 +02:00
run-patches.sh Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 2018-04-25 22:15:11 +02:00
st-remove.sh Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 2018-04-25 22:15:11 +02:00
st.1 Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 2018-04-25 22:15:11 +02:00
st.c Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 2018-04-25 22:15:11 +02:00
st.h Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 2018-04-25 22:15:11 +02:00
st.info Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 2018-04-25 22:15:11 +02:00
TODO Remove old TODO entry. 2015-04-13 17:06:11 +02:00
win.h Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 2018-04-25 22:15:11 +02:00
x.c Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 2018-04-25 22:15:11 +02:00

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)

Alpha

  • Change alpha value (86 LOC), be default set 0xcd.
  • Less transparent set to 0xdd or 0xee.
  • For non transparent terminal set to 0xff.

Colorname

  • Change colorname[] array, default colours inspired by colors used in Pop! OS.
  • Numbers of 0 - 15 are usual terminal colors. Changed them to your liking.
  • Change bg to your desired terminal background color..
  • Change fg to your desired terminal foreground color.
  • Change cursor to your desired terminal cursor color.
  • chnage colors in colorname added comments with numbers 0-15 colors and also bg, fg and cursor color.