diff options
| author | Robert Günzler <r@gnzler.io> | 2020-06-23 12:56:18 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-06-23 12:59:09 +0200 |
| commit | 269e8b88d68b1d48e2af92ef5b4b005f0bc229a9 (patch) | |
| tree | 7ad56f5db70dac6a11f8559e30b41883e4ef9037 /.config/alacritty/launcher.yml | |
| parent | 53e5c16e508354b533c4cc61f45b88aee275d669 (diff) | |
alacritty: cleanup and restructure
Adds a README that explains how it works. Introduces common extension prefixes to identify overlays and color sets and makes the script output to stdout instead of to file
Diffstat (limited to '.config/alacritty/launcher.yml')
| -rw-r--r-- | .config/alacritty/launcher.yml | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/.config/alacritty/launcher.yml b/.config/alacritty/launcher.yml deleted file mode 100644 index 877e2bd..0000000 --- a/.config/alacritty/launcher.yml +++ /dev/null @@ -1,62 +0,0 @@ -env: - TERM: alacritty - GUICALL: '1' - -window: - padding: - x: 8 - y: 8 - dynamic_padding: true - decorations: none - -font: - normal: - family: Iosevka SS05 - style: Slim - bold: - style: Bold - italic: - style: Italic - bold_italic: - style: Bold Italic - size: 13.0 - -colors: - primary: - background: '#221e1d' - foreground: '#fffefe' - dim_foreground: '#BDC0BA' - bright_foreground: '#ffffff' # just white ;) - cursor: - text: '#221e1d' - cursor: '#fffefe' - normal: - black: '#221e1d' - red: '#b76868' - green: '#bfbd90' - yellow: '#ae9892' - blue: '#b5c1c0' - magenta: '#76a3b0' - cyan: '#4777aa' - white: '#c7c6c6' - bright: - black: '#3d3533' - red: '#ff7474' - green: '#ffffa5' - yellow: '#f6b9a9' - blue: '#d3ffff' - magenta: '#86def7' - cyan: '#4c9aec' - white: '#fffefe' - -background_opacity: 0.95 -# shell: -# program: /usr/bin/env -# args: -# - LD_LIBRARY_PATH=/usr/local/lib64 -# - mrsh - -mouse: - url: - launcher: - program: url-launcher |