aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wsl/.config/alacritty/local.yml
blob: 6faa821a4197af79e7ca961449fb4e63fa8b6702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
shell:
  program: C:\WINDOWS\system32\wsl.exe
  args:
    - "tmux new -As home"

working_directory: '\\wsl$\Arch\home\tobyv'

font:
  normal:
    family: FiraCode NF
    style: Regular
  bold:
    family: FiraCode NF
    style: Bold
  italic:
    family: FiraCode NF
    style: Italic
  bold_italic:
    family: FiraCode NF
    style: Bold Italic

window:
  opacity: 0.98