mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-11 02:21:14 +10:00
Rewriting config as Org document.
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
#+STARTUP: showeverything
|
||||
|
||||
|
||||
* Table of Contents :toc:
|
||||
- [[#about-alacritty][About Alacritty]]
|
||||
- [[#color-schemes][Color Schemes]]
|
||||
- [[#visual-bell][Visual Bell]]
|
||||
|
||||
* About Alacritty
|
||||
Configuration for Alacritty, the GPU enhanced terminal emulator. Any items in the `env` entry below will be added as environment variables. Some entries may override variables set by alacritty itself.
|
||||
|
||||
@@ -227,9 +232,11 @@ font:
|
||||
# If `true`, bold text is drawn using the bright color variants.
|
||||
draw_bold_text_with_bright_colors: true
|
||||
|
||||
#######################################
|
||||
## START OF COLOR SCHEMES ##
|
||||
#######################################
|
||||
#+end_src
|
||||
|
||||
* Color Schemes
|
||||
|
||||
#+begin_src yaml
|
||||
schemes:
|
||||
### Doom One ###
|
||||
DoomOne: &DoomOne
|
||||
@@ -584,10 +591,10 @@ schemes:
|
||||
|
||||
colors: *DoomOne
|
||||
|
||||
#######################################
|
||||
## END OF COLOR SCHEMES ##
|
||||
#######################################
|
||||
#+end_src
|
||||
|
||||
* Visual Bell
|
||||
#+begin_src yaml
|
||||
# Visual Bell
|
||||
#
|
||||
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
# Configuration for Alacritty, the GPU enhanced terminal emulator.
|
||||
|
||||
# Any items in the `env` entry below will be added as
|
||||
# environment variables. Some entries may override variables
|
||||
# set by alacritty itself.
|
||||
env:
|
||||
# TERM variable
|
||||
#
|
||||
@@ -221,9 +216,6 @@ font:
|
||||
# If `true`, bold text is drawn using the bright color variants.
|
||||
draw_bold_text_with_bright_colors: true
|
||||
|
||||
#######################################
|
||||
## START OF COLOR SCHEMES ##
|
||||
#######################################
|
||||
schemes:
|
||||
### Doom One ###
|
||||
DoomOne: &DoomOne
|
||||
@@ -578,10 +570,6 @@ schemes:
|
||||
|
||||
colors: *DoomOne
|
||||
|
||||
#######################################
|
||||
## END OF COLOR SCHEMES ##
|
||||
#######################################
|
||||
|
||||
# Visual Bell
|
||||
#
|
||||
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once
|
||||
@@ -864,4 +852,3 @@ key_bindings:
|
||||
- { key: PageDown, mods: None, action: ScrollPageDown, mode: ~Alt }
|
||||
- { key: Home, mods: Shift, action: ScrollToTop, mode: ~Alt }
|
||||
- { key: End, mods: Shift, action: ScrollToBottom, mode: ~Alt }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user