We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ba6b2 commit f4ece3cCopy full SHA for f4ece3c
modules/term/alacritty/alacritty.toml
@@ -6,8 +6,8 @@
6
# Padding mínimo para maximizar espacio en pantalla pequeña
7
padding = { x = 2, y = 2 }
8
9
-# Sin decoraciones para ganar ~30px vertical
10
-decorations = "None"
+# Window decorations (Full = con bordes, None = sin bordes)
+decorations = "Full"
11
12
# Startup mode
13
startup_mode = "Windowed"
0 commit comments