diff --git a/LICENSE.org b/LICENSE.org index 8877c38..fe16407 100644 --- a/LICENSE.org +++ b/LICENSE.org @@ -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 = +Copyright © =2019= =Ryan Kes = 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. - - diff --git a/README.org b/README.org index 4fd3db9..3cc4a10 100644 --- a/README.org +++ b/README.org @@ -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]]. -