1
0
mirror of https://github.com/alrayyes/st synced 2023-11-14 15:56:30 +00:00
Go to file
2018-04-02 15:12:40 +02:00
.gitignore now do proper pkgbuild 2018-04-02 14:57:57 +02:00
.travis.yml Enable travis build 2017-01-30 20:14:38 -08:00
config.h now do proper pkgbuild 2018-04-02 14:57:57 +02:00
LICENSE Update the LICENSE. 2016-08-11 16:30:29 +02:00
PKGBUILD now do proper pkgbuild 2018-04-02 14:57:57 +02:00
README.md updated readme 2018-04-02 15:12:40 +02:00
TODO Remove old TODO entry. 2015-04-13 17:06:11 +02:00

My Suckless Terminal Build

Suckless Terminal Arch package with a few patches installed to keep things nice:

Terminal-specific mappings

  • Scroll through history -- Shift+PageUp/PageDown or Shift+Mouse wheel
  • 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
  • Increase/decrease font size -- Shift+Alt+PageUp/PageDown
  • Return to default font size -- Shift+Alt+Home]
  • Paste -- Shift+Insert

Installation

makepg -si

Further Notes

  • You can change the transparency value by changing the alpha variable in the config.h file.
  • Default font is system "mono" at 14pt
  • Forked from https://github.com/LukeSmithxyz/st