Skip to content

Instantly share code, notes, and snippets.

@kylexlau
Created May 29, 2024 11:41
Show Gist options
  • Save kylexlau/830f64d348f130141a6c8429885636ac to your computer and use it in GitHub Desktop.
Save kylexlau/830f64d348f130141a6c8429885636ac to your computer and use it in GitHub Desktop.
Alacrity config for Windows
working_directory = '\\wsl$\Ubuntu-24.04\home\kyle'
[window]
decorations = "Full"
startup_mode = "Windowed"
[font]
size = 12.5
[font.normal]
family = "Consolas"
style = "Regular"
[font.bold]
family = "Consolas"
style = "Bold"
[scrolling]
history = 100000
multiplier = 3
[shell]
program = 'C:\Windows\system32\wsl.exe'
[mouse]
hide_when_typing = true
bindings = [
{ mouse = "Right", action = "PasteSelection"},
]
[cursor]
style = {shape = "Beam", blinking = "On"}
[selection]
save_to_clipboard = true
@kylexlau
Copy link
Author

kylexlau commented May 29, 2024

[font.normal]
family = "CaskaydiaMono NF"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment