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

Cleaned up org

This commit is contained in:
Ryan Kes 2019-12-14 21:31:45 +01:00
parent bb0c7be86f
commit 8311f8fbd2
2 changed files with 25 additions and 79 deletions

View File

@ -1,55 +1,9 @@
* The MIT License (MIT)
:PROPERTIES:
* The MIT License (MIT)
:PROPERTIES:
:CUSTOM_ID: the-mit-license-mit
: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
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,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -1,7 +1,7 @@
* My Suckless Terminal Build
:PROPERTIES:
:CUSTOM_ID: my-suckless-terminal-build
:END:
:PROPERTIES:
:CUSTOM_ID: my-suckless-terminal-build
:END:
[[https://st.suckless.org][Suckless Terminal]]
[[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]]
** Terminal-specific mappings
:PROPERTIES:
:CUSTOM_ID: terminal-specific-mappings
:END:
:PROPERTIES:
:CUSTOM_ID: terminal-specific-mappings
:END:
- 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
@ -28,34 +28,28 @@ installed to keep things nice:
- Paste -- Shift+Insert
** Installation
:PROPERTIES:
:CUSTOM_ID: installation
:END:
:PROPERTIES:
:CUSTOM_ID: installation
:END:
#+BEGIN_EXAMPLE
makepkg -si
#+END_EXAMPLE
#+BEGIN_SRC shell
makepkg -si
#+END_SRC
** Further Notes
:PROPERTIES:
:CUSTOM_ID: further-notes
:END:
:PROPERTIES:
:CUSTOM_ID: further-notes
:END:
- 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=
- 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
:PROPERTIES:
:CUSTOM_ID: license
:END:
:PROPERTIES:
:CUSTOM_ID: license
:END:
This theme is released under the MIT License. For more information read
the [[file:LICENSE.org][license]].