2018-04-02 13:12:40 +00:00
# My Suckless Terminal Build
2009-05-10 12:17:09 +00:00
2018-04-02 13:12:40 +00:00
[Suckless Terminal ](https://st.suckless.org ) [Arch ](https://www.archlinux.org/ ) package with a few patches installed to keep things nice:
2009-05-10 12:17:09 +00:00
2018-04-02 13:12:40 +00:00
+ [alpha ](https://st.suckless.org/patches/alpha/ )
+ [clipboard ](https://st.suckless.org/patches/clipboard/ )
+ [solarized ](https://st.suckless.org/patches/solarized/ )
+ [vertcenter ](https://st.suckless.org/patches/vertcenter/ )
+ [scrollback ](https://st.suckless.org/patches/scrollback/ )
2018-01-19 02:33:28 +00:00
2018-01-18 15:51:08 +00:00
## Terminal-specific mappings
+ Scroll through history -- Shift+PageUp/PageDown or Shift+Mouse wheel
2018-04-02 13:12:40 +00:00
+ 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-01-18 15:51:08 +00:00
+ Increase/decrease font size -- Shift+Alt+PageUp/PageDown
2018-04-07 20:44:30 +00:00
+ Return to default font size -- Shift+Alt+Home
2018-01-18 15:51:08 +00:00
+ Paste -- Shift+Insert
2018-01-19 21:32:00 +00:00
2018-04-02 13:12:40 +00:00
## Installation
2018-01-19 21:32:00 +00:00
```
2018-04-02 14:10:26 +00:00
makepkg -si
2018-01-19 21:32:00 +00:00
```
2018-04-02 13:12:40 +00:00
## Further Notes
2018-02-06 04:33:39 +00:00
2018-04-02 14:23:13 +00:00
+ Change the transparency value by modifying the `alpha` variable in [config.h ](https://github.com/alrayyes/st/blob/master/config.h ).
2018-09-09 20:57:56 +00:00
+ Default font is "Sauce Code Pro Nerd Font Mono" at 20pt
2018-04-02 13:12:40 +00:00
+ Forked from [https://github.com/LukeSmithxyz/st ](https://github.com/LukeSmithxyz/st )
2018-04-02 14:23:13 +00:00
* When modifying [config.h ](https://github.com/alrayyes/st/blob/master/config.h ) be sure to run ```updpkgsums``` to update checksums before running ```makepkg -si```
2018-04-02 13:37:03 +00:00
2018-04-02 14:36:56 +00:00
## License
2018-04-02 13:37:49 +00:00
2018-04-02 13:37:03 +00:00
This theme is released under the MIT License. For more information read the [license][license].
2018-04-02 13:37:49 +00:00
2018-04-02 14:25:55 +00:00
[license]: https://github.com/alrayyes/st/blob/master/LICENSE.md