summaryrefslogtreecommitdiffstatshomepage
path: root/wsl/.config/alacritty/local.yml
blob: 8a585b4d910ee482b72e3fbf0ba4e8e476f997f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
shell:
  program: C:\WINDOWS\system32\wsl.exe
  args:
    - "--user"
    - "root"
    - machinectl shell --uid=1000 --quiet .host /bin/zsh -l -c 'tmux new -As
      $USER'

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

font:
  normal:
    family: FiraCode NF
  size: 15

window:
  opacity: 0.98