1
0
mirror of https://github.com/alrayyes/st synced 2023-11-14 15:56:30 +00:00
st/README.md
2018-04-02 15:12:40 +02:00

32 lines
1.1 KiB
Markdown

# My Suckless Terminal Build
[Suckless Terminal](https://st.suckless.org) [Arch](https://www.archlinux.org/) package with a few patches installed to keep things nice:
+ [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/)
+ [hidecursor](https://st.suckless.org/patches/hidecursor/])
## 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](https://github.com/LukeSmithxyz/st)