Adapt alacritty conf for hyprland
This commit is contained in:
parent
c28de2b97c
commit
3d7dad54b3
1 changed files with 4 additions and 1 deletions
|
@ -5,8 +5,11 @@ working_directory = "None"
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 16
|
size = 12
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "JetBrains Mono"
|
family = "JetBrains Mono"
|
||||||
style = "Medium"
|
style = "Medium"
|
||||||
|
|
||||||
|
[window]
|
||||||
|
padding = { x = 4, y = 4 }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue