Created
March 24, 2025 02:11
-
-
Save hid0/2aed2247e1f649f3798722a8748214fd to your computer and use it in GitHub Desktop.
alacritty config windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # import = [ | |
| # "~/.config/alacritty/themes/catppuccin_mocha.toml" | |
| # ] | |
| [terminal.shell] | |
| program = "C:\\Program Files\\PowerShell\\7\\pwsh.exe" | |
| [font] | |
| # family = "Mononoki Nerd Font" | |
| bold = {family = "Mononoki Nerd Font"} | |
| bold_italic = {family = "Mononoki Nerd Font"} | |
| italic = {family = "Mononoki Nerd Font"} | |
| normal = {family = "Mononoki Nerd Font", style = "Regular"} | |
| offset = {x = 1, y = 0} | |
| size = 15.0 | |
| [[hints.enabled]] | |
| command = {program = "code", args = ["--goto"]} | |
| mouse = {enabled = true} | |
| regex = "[^ ]+\\.rs:\\d+:\\d+" | |
| [window] | |
| blur = true # Works on MacOs and KDE Wayland | |
| padding = {x = 0, y = 5} | |
| # decorations = "Transparent" # MacOs Only | |
| decorations_theme_variant = "Dark" | |
| dimensions = {columns = 130, lines = 35} | |
| dynamic_padding = true | |
| dynamic_title = false | |
| opacity = 0.9 | |
| position = {x = 150, y = 150} | |
| startup_mode = "Windowed" | |
| [mouse] | |
| hide_when_typing = true | |
| [general] | |
| working_directory = "C:\\laragon\\www" | |
| # This is the new configuration file, because from the official documentation, it recommends to use a .toml file | |
| # Alacritty Configuration | |
| import = [ | |
| "~/AppData/Roaming/alacritty/themes/catppuccin_mocha.toml", | |
| ] | |
| [terminal] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment