2019-12-14 20:22:19 +00:00
|
|
|
* My Suckless Terminal Build
|
|
|
|
|
2020-11-28 11:17:22 +00:00
|
|
|
** Description
|
|
|
|
[[https://st.suckless.org][Suckless Terminal]] Arch package with a few patches installed to keep things nice:
|
2019-12-14 20:22:19 +00:00
|
|
|
|
|
|
|
- [[https://st.suckless.org/patches/alpha/][alpha]]
|
|
|
|
- [[https://st.suckless.org/patches/clipboard/][clipboard]]
|
2020-11-28 15:29:44 +00:00
|
|
|
- [[https://st.suckless.org/patches/font2/][font2]]
|
2020-11-28 11:29:25 +00:00
|
|
|
- [[https://st.suckless.org/patches/ligatures/][ligatures]]
|
2019-12-14 20:22:19 +00:00
|
|
|
- [[https://st.suckless.org/patches/scrollback/][scrollback]]
|
|
|
|
- [[https://st.suckless.org/patches/scrollback/][scrollback-mouse]]
|
2020-11-28 11:17:22 +00:00
|
|
|
- [[https://st.suckless.org/patches/scrollback/][scrollback-mouse-altscreen]]
|
2020-11-28 11:29:25 +00:00
|
|
|
- [[https://st.suckless.org/patches/vertcenter/][vertcenter]]
|
2019-12-14 20:22:19 +00:00
|
|
|
|
|
|
|
** Terminal-specific mappings
|
|
|
|
- Scroll through history -- Shift+PageUp/PageDown or Shift+Mouse wheel
|
2020-11-28 11:17:22 +00:00
|
|
|
- Increase/decrease font size -- Ctrl+Shift+PageUp/PageDown
|
|
|
|
- Return to default font size -- Ctrl+Alt+Home
|
2019-12-14 20:22:19 +00:00
|
|
|
- Paste -- Shift+Insert
|
|
|
|
|
|
|
|
** Installation
|
2019-12-14 20:31:45 +00:00
|
|
|
#+BEGIN_SRC shell
|
|
|
|
makepkg -si
|
|
|
|
#+END_SRC
|
2019-12-14 20:22:19 +00:00
|
|
|
|
|
|
|
** Further Notes
|
2019-12-14 20:31:45 +00:00
|
|
|
- Change the transparency value by modifying the =alpha= variable in [[https://github.com/alrayyes/st/blob/master/config.h][config.h]].
|
|
|
|
- Default font is [[https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode][Fira Code Nerd Font Mono]]
|
|
|
|
- When modifying [[https://github.com/alrayyes/st/blob/master/config.h][config.h]] be sure to run =updpkgsums= to update checksums before
|
|
|
|
running =makepkg -si=
|
2019-12-14 20:22:19 +00:00
|
|
|
|
|
|
|
** License
|
|
|
|
This theme is released under the MIT License. For more information read
|
2019-12-14 20:24:16 +00:00
|
|
|
the [[file:LICENSE.org][license]].
|