Remove padding from alacritty
authorma <ma@beaudet.xyz>
Thu, 23 Sep 2021 13:36:48 +0000 (15:36 +0200)
committerma <ma@beaudet.xyz>
Thu, 23 Sep 2021 13:36:48 +0000 (15:36 +0200)
.config/alacritty/alacritty.yml

index d5f31c8..b4ce228 100644 (file)
@@ -1,10 +1,12 @@
 env:
   TERM: xterm-256color
     
-window:
-  padding:
-    x: 10
-    y: 4
+# window:
+#   padding:
+#     x: 10
+#     y: 4
+
+background_opacity: 0.9
 
 font:
   normal:
@@ -79,8 +81,6 @@ colors:
     cyan:    '0x59dffc'
     white:   '0xe6e6d1'
 
-background_opacity: 0.9
-
 key_bindings:
   - { key: Minus, mods: Control, action: DecreaseFontSize }
   - { key: Equals, mods: Control, action: IncreaseFontSize }