mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
33 lines
1.4 KiB
Org Mode
33 lines
1.4 KiB
Org Mode
* My Suckless Terminal Build
|
|
|
|
** Description
|
|
[[https://st.suckless.org][Suckless Terminal]] Arch package with a few patches installed to keep things nice:
|
|
|
|
- [[https://st.suckless.org/patches/alpha/][alpha]]
|
|
- [[https://st.suckless.org/patches/clipboard/][clipboard]]
|
|
- [[https://st.suckless.org/patches/vertcenter/][vertcenter]]
|
|
- [[https://st.suckless.org/patches/scrollback/][scrollback]]
|
|
- [[https://st.suckless.org/patches/scrollback/][scrollback-mouse]]
|
|
- [[https://st.suckless.org/patches/scrollback/][scrollback-mouse-altscreen]]
|
|
|
|
** Terminal-specific mappings
|
|
- Scroll through history -- Shift+PageUp/PageDown or Shift+Mouse wheel
|
|
- Increase/decrease font size -- Ctrl+Shift+PageUp/PageDown
|
|
- Return to default font size -- Ctrl+Alt+Home
|
|
- Paste -- Shift+Insert
|
|
|
|
** Installation
|
|
#+BEGIN_SRC shell
|
|
makepkg -si
|
|
#+END_SRC
|
|
|
|
** Further Notes
|
|
- 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=
|
|
|
|
** License
|
|
This theme is released under the MIT License. For more information read
|
|
the [[file:LICENSE.org][license]].
|