Skip to content
/ st Public
forked from LukeSmithxyz/st

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

License

Notifications You must be signed in to change notification settings

xajler/st

 
 

Repository files navigation

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 "Noto Sans Mono" at 14pt
  • Alt-n and Alt-t scroll up/down in history one line at a time, for dvorak users.
  • Same as above for with shift for minimize/maximize text.
  • Alt-u and Alt-d scroll back/foward in history a page at a time
  • Applied colors, Tommorow Night 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 & install

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 values (88 LOC), default colours are Tomorrow Night.
  • 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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 79.7%
  • Objective-C 15.9%
  • Roff 2.7%
  • Makefile 1.4%
  • Shell 0.3%