Skip to content

Commit

Permalink
feat(terminal): Window
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Jul 12, 2024
1 parent 47548b6 commit 3c88c33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .alacritty.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[font]
normal = { family = "JetBrainsMono Nerd Font Mono", style = "Regular" }
size = 12

[window]
padding = { x = 5, y = 5 }
decorations = "Buttonless"
opacity = 0.95
blur = true

0 comments on commit 3c88c33

Please sign in to comment.