summaryrefslogtreecommitdiffstatshomepage
path: root/wsl/.config/alacritty/local.yml
blob: c0df2a8b36aa3c40261e1dc3e5a9cba99e47c412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
shell:
  program: C:\WINDOWS\system32\wsl.exe
  args:
    - "--user"
    - "root"
    # there is a bug that requires launching twice (the first one starts the bus)
    # Related-Bug: https://github.com/nullpo-head/wsl-distrod/issues/13
    # Related-Bug: https://github.com/sarim/gbash#known-issue
    - "systemd-run --pty --service-type=simple --uid=tobyv --quiet --working-directory=/home/tobyv -p PAMName=login /bin/zsh -l -c 'tmux new -As tobyv'"

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

font:
  normal:
    family: FiraCode NF

window:
  opacity: 0.98