summary refs log tree commit diff
path: root/.config/alacritty/base.ovl.yml
blob: 3c94561409e0e664851a836b58fdc993281c9de1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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'   }