alacritty: set decorations to None
This commit is contained in:
parent
699e015fcc
commit
5fbde23c55
|
@ -5,7 +5,7 @@ TERM = "xterm-256color"
|
|||
[window]
|
||||
padding = { x = 20, y = 20 }
|
||||
dynamic_padding = true
|
||||
decorations = "Full"
|
||||
decorations = "None"
|
||||
opacity = 1
|
||||
|
||||
[font]
|
||||
|
|
Loading…
Reference in a new issue