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/overlay.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/overlay.yml')
| -rw-r--r-- | .config/alacritty/overlay.yml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/.config/alacritty/overlay.yml b/.config/alacritty/overlay.yml deleted file mode 100644 index 3c94561..0000000 --- a/.config/alacritty/overlay.yml +++ /dev/null @@ -1,34 +0,0 @@ -window: - decorations: none - -font: - size: 13.0 - normal: - family: Iosevka SS05 - # family: Cozette Vector - style: Slim - - bold: - style: Bold - italic: - style: Italic - bold_italic: - style: Bold Italic - -visual_bell: - duration: 0 - color: '#af005f' - -background_opacity: 0.99 - -mouse: - url: - launcher: - program: url-launcher - modifiers: Control - - -key_bindings: - - { key: 'N', mods: 'Super|Shift', action: 'SpawnNewInstance' } - - { key: 'PageUp', mods: 'Alt', action: 'ScrollPageUp' } - - { key: 'PageDown', mods: 'Alt', action: 'ScrollPageDown' } |