mirror of
https://github.com/alrayyes/st.git
synced 2025-08-07 13:21:03 +00:00
My Suckless Terminal Build
| .gitignore | ||
| .gitlab-ci.yml | ||
| config.h | ||
| LICENSE.md | ||
| local-disable-bold-italic-fonts.diff | ||
| local-st-alpha-0.8.2.diff | ||
| PKGBUILD | ||
| README.md | ||
| st-clipboard-0.8.2.diff | ||
| st-scrollback-20190122-3be4cf1.diff | ||
| st-scrollback-mouse-0.8.diff | ||
| st-vertcenter-20180320-6ac8c8a.diff | ||
| TODO.md | ||
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
makepkg -si
Further Notes
- Change the transparency value by modifying the
alphavariable in config.h. - Default font is Sauce Code Pro Nerd Font Mono at 20pt
- When modifying config.h be sure to run
updpkgsumsto update checksums before runningmakepkg -si
License
This theme is released under the MIT License. For more information read the license.