mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
Cleaned up org
This commit is contained in:
parent
bb0c7be86f
commit
8311f8fbd2
54
LICENSE.org
54
LICENSE.org
@ -1,55 +1,9 @@
|
|||||||
|
* The MIT License (MIT)
|
||||||
|
:PROPERTIES:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* The MIT License (MIT)
|
|
||||||
:PROPERTIES:
|
|
||||||
:CUSTOM_ID: the-mit-license-mit
|
:CUSTOM_ID: the-mit-license-mit
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
Copyright © =2019= =Ryan Kes <alrayyes at gmail dot com>=
|
Copyright © =2019= =Ryan Kes <alias-st at ryankes dot eu>=
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
copy of this software and associated documentation files (the
|
copy of this software and associated documentation files (the
|
||||||
@ -69,5 +23,3 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|||||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
|
||||||
|
50
README.org
50
README.org
@ -1,7 +1,7 @@
|
|||||||
* My Suckless Terminal Build
|
* My Suckless Terminal Build
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: my-suckless-terminal-build
|
:CUSTOM_ID: my-suckless-terminal-build
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
[[https://st.suckless.org][Suckless Terminal]]
|
[[https://st.suckless.org][Suckless Terminal]]
|
||||||
[[https://www.archlinux.org/][Arch]] package with a few patches
|
[[https://www.archlinux.org/][Arch]] package with a few patches
|
||||||
@ -16,9 +16,9 @@ installed to keep things nice:
|
|||||||
- [[https://st.suckless.org/patches/disable_bold_italic_fonts/][disable_bold_italic_fonts]]
|
- [[https://st.suckless.org/patches/disable_bold_italic_fonts/][disable_bold_italic_fonts]]
|
||||||
|
|
||||||
** Terminal-specific mappings
|
** Terminal-specific mappings
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: terminal-specific-mappings
|
:CUSTOM_ID: terminal-specific-mappings
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
- Scroll through history -- Shift+PageUp/PageDown or Shift+Mouse wheel
|
- 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-k and Alt-j scroll back/foward in history one line at a time
|
||||||
@ -28,34 +28,28 @@ installed to keep things nice:
|
|||||||
- Paste -- Shift+Insert
|
- Paste -- Shift+Insert
|
||||||
|
|
||||||
** Installation
|
** Installation
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: installation
|
:CUSTOM_ID: installation
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_EXAMPLE
|
#+BEGIN_SRC shell
|
||||||
makepkg -si
|
makepkg -si
|
||||||
#+END_EXAMPLE
|
#+END_SRC
|
||||||
|
|
||||||
** Further Notes
|
** Further Notes
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: further-notes
|
:CUSTOM_ID: further-notes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
- Change the transparency value by modifying the =alpha= variable in
|
- Change the transparency value by modifying the =alpha= variable in [[https://github.com/alrayyes/st/blob/master/config.h][config.h]].
|
||||||
[[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]]
|
||||||
- Default font is
|
- When modifying [[https://github.com/alrayyes/st/blob/master/config.h][config.h]] be sure to run =updpkgsums= to update checksums before
|
||||||
[[https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode][Fira
|
running =makepkg -si=
|
||||||
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
|
** License
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: license
|
:CUSTOM_ID: license
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
This theme is released under the MIT License. For more information read
|
This theme is released under the MIT License. For more information read
|
||||||
the [[file:LICENSE.org][license]].
|
the [[file:LICENSE.org][license]].
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user