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

32 lines
1.1 KiB
Markdown
Raw Normal View History

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/)
+ [hidecursor](https://st.suckless.org/patches/hidecursor/])
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-02 13:12:40 +00:00
+ Return to default font size -- Shift+Alt+Home]
2018-01-18 15:51:08 +00:00
+ Paste -- Shift+Insert
2018-04-02 13:12:40 +00:00
## Installation
```
2018-04-02 13:12:40 +00:00
makepg -si
```
2018-04-02 13:12:40 +00:00
## Further Notes
2018-02-06 04:33:39 +00:00
2018-04-02 13:12:40 +00:00
+ 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)