From 0cf8ef3dbb3dc9899bfc4d9e8ecc8393373b29ae Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Mon, 14 Jun 2021 19:51:52 -0700 Subject: [PATCH] polonius diff --- .config/alacritty/alacritty.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 15b423e..4000282 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -29,9 +29,9 @@ window: # Number of lines/columns (not pixels) in the terminal. The number of columns # must be at least `2`, while using a value of `0` for columns and lines will # fall back to the window manager's recommended size. - #dimensions: - # columns: 0 - # lines: 0 + dimensions: + columns: 147 + lines: 40 # Window position (changes require restart) # @@ -72,7 +72,7 @@ window: # # Values for `startup_mode` (macOS only): # - SimpleFullscreen - #startup_mode: Windowed + startup_mode: Fullscreen # Window title #title: Alacritty @@ -151,7 +151,7 @@ font: style: Oblique # Point size - size: 17.0 + size: 14.5 # 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 @@ -830,7 +830,7 @@ key_bindings: #- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize } # (Windows only) - #- { key: Return, mods: Alt, action: ToggleFullscreen } + - { key: Return, mods: Alt, action: ToggleFullscreen } # (macOS only) #- { key: K, mods: Command, mode: ~Vi|~Search, chars: "\x0c" }