aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wsl/.config/alacritty/local.yml
blob: 5910d4ebbf6226bc1ff81bb987b3c80748520bb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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

window:
  opacity: 0.98