aboutsummaryrefslogtreecommitdiff
path: root/.config/alacritty/alacritty.yml
blob: 8efac3fe1f86fa3a44279c2ab4a40aaa793b10ac (plain)
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
# Font configuration (changes require restart)
font:
  # The size to use.
  size: 12
  # The normal (roman) font face to use.
  normal:
    family: JetBrainsMono NFP
    # Style can be specified to pick a specific face.
    style: Regular

  # The bold font face
  bold:
    family: JetBrainsMono NFP
    # Style can be specified to pick a specific face.
    # style: Bold

  # The italic font face
  italic:
    family: JetBrainsMono NFP
    #  ()
    # Style can be specified to pick a specific face.
    # style: Italic
window:
    opacity: 0.75
url:
  launcher:
    program: xdg-open
key_bindings:
  - { key: Return,   mods: Alt|Shift, action: SpawnNewInstance }