New Distro,IMPORTANT
[dotfilesold/.git] / .config / alacritty.yml
index 334b823e1656a6ec16c22ff041091b09637cb62c..afb93b893cb1f64b2e46b57938d430901cf50466 100644 (file)
@@ -17,7 +17,7 @@
   #
   # Specified in number of columns/lines, not pixels.
   # If both are `0`, this setting is ignored.
-  #dimensions:
+#dimensions:
 #columns: 100
 #lines: 100
 
   #
   # Specified in number of pixels.
   # If the position is not set, the window manager will handle the placement.
-  #position:
-  #  x: 0
-  #  y: 0
+position:
+  x: 0
+  y: 0
 
   # Window padding (changes require restart)
   #
   # Blank space added around the window in pixels. This padding is scaled
   # by DPI and the specified value is always added at both opposing sides.
-  #padding:
-  #  x: 0
-  #  y: 0
+padding:
+  x: 9
+  y: 9
 
   # Spread additional padding evenly around the terminal content.
   #dynamic_padding: false
@@ -60,7 +60,7 @@ decorations: none
   #
   # Values for `startup_mode` (macOS only):
   #   - SimpleFullscreen
-  #startup_mode: Windowed
+startup_mode: Fullscreen
 
   # Window title
 #title: Josuer08
@@ -136,7 +136,7 @@ decorations: none
     #style: Bold Italic
 
   # Point size
-size: 13.0
+size: 11.0
 
   # Offset is the extra space around each character. `offset.y` can be thought of
   # as modifying the line spacing, and `offset.x` as modifying the letter spacing.