Skip to content

Commit

Permalink
fixup! Update Alacritty to use a toml config file
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpinto committed Feb 26, 2024
1 parent d647320 commit 199ee06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dotfiles/private_dot_alacritty.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
# When set to `true`, selected text will be copied to the primary clipboard.
save_to_clipboard = true

[cursor]
style = { "Block", "Off" }
[cursor.style]
shape = "Block"
blinking = "Off"

[mouse]
# If this is `true`, the cursor is temporarily hidden when typing.
Expand Down

0 comments on commit 199ee06

Please sign in to comment.