2018-01-21 20:15:29 +01:00
# Luke's build of st - the simple (suckless) terminal
2009-05-10 14:17:09 +02:00
2018-01-21 20:15:29 +01:00
Forked from [https://github.com/shiva/st ](https://github.com/shiva/st ) for simplicity's sake, which is the [suckless terminal (st) ](https://st.suckless.org/ ) with some patches added:
2009-05-10 14:17:09 +02:00
2018-03-11 03:52:41 +01:00
+ transparency
2018-01-18 08:01:16 +01:00
+ copy to clipboard
2018-04-25 22:15:11 +02:00
+ ~~Solarized colors (light and dark toggleable)~~ (Change to your own colors, see no value of toggle)
2018-01-18 08:01:16 +01:00
+ vertcenter
+ scrollback with keyboard
+ scrollback with mouse
2018-04-25 22:15:11 +02:00
+ updated to latest version 0.8.1
2009-05-10 14:17:09 +02:00
2018-01-21 20:15:29 +01:00
## My own additions
2009-05-10 14:17:09 +02:00
2018-01-19 03:33:28 +01:00
+ 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
2018-04-25 22:15:11 +02:00
+ Applied colors, insipred by Pop! OS colors.
2018-01-19 03:33:28 +01:00
2018-01-18 16:51:08 +01:00
## Terminal-specific mappings
2018-01-19 03:33:28 +01:00
(Additions before me.)
2018-01-18 16:51:08 +01:00
+ Scroll through history -- Shift+PageUp/PageDown or Shift+Mouse wheel
+ Increase/decrease font size -- Shift+Alt+PageUp/PageDown
2018-01-22 01:42:14 +01:00
+ Return to default font size -- Shift+Alt+Home
2018-01-18 16:51:08 +01:00
+ Paste -- Shift+Insert
2018-01-19 22:32:00 +01:00
## Installation for newbs
2018-04-25 22:15:11 +02:00
## Requirements for build
2018-01-19 22:32:00 +01:00
2018-04-25 22:15:11 +02:00
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`
2018-01-19 22:32:00 +01:00
```
make
sudo make install
```
2018-02-06 05:33:39 +01:00
2018-04-25 22:15:11 +02:00
## 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.