diff options
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' } |