aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wsl/.config/alacritty/local.yml
blob: 2a54b5070239e17e45c2ff20aa083cb3c0859426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
shell:
  program: wsl.exe
  args:
    - tmux new -As $USER

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

font:
  normal:
    family: FiraCode NF
  size: 15

window:
  opacity: 0.98