mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-12 22:32:56 +00:00
wsl alacritty fixes
This commit is contained in:
parent
8dd9c012cc
commit
6281e32275
@ -133,7 +133,7 @@ font:
|
|||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Bold Italic
|
#style: Bold Italic
|
||||||
# Point size
|
# Point size
|
||||||
size: 18.0
|
size: 16.0
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought
|
# Offset is the extra space around each character. `offset.y` can be thought
|
||||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||||
# spacing.
|
# spacing.
|
||||||
@ -416,7 +416,7 @@ colors:
|
|||||||
shell:
|
shell:
|
||||||
program: "C:\\Windows\\System32\\wsl.exe"
|
program: "C:\\Windows\\System32\\wsl.exe"
|
||||||
args:
|
args:
|
||||||
- "~"
|
- --cd "/home/noah"
|
||||||
# Startup directory
|
# Startup directory
|
||||||
#
|
#
|
||||||
# Directory the shell is started in. If this is unset, or `None`, the working
|
# Directory the shell is started in. If this is unset, or `None`, the working
|
||||||
|
Loading…
Reference in New Issue
Block a user