diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 43fa8fe..0409627 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -38,7 +38,7 @@ font: italic: family: Sauce Code Pro NF - size: 11.0 + size: 17 offset: x: 0 @@ -51,15 +51,14 @@ startup_mode: Fullscreen window: padding: - x: 2 - y: 2 - # scrolling: - # # Maximum number of lines in the scrollback buffer. - # # Specifying '0' will disable scrolling. - history: 10000 - # # Number of lines the viewport will move for every line scrolled when - # # scrollback is enabled (history > 0). - # multiplier: 10 + x: 1 + y: 1 + scrolling: + # Number of lines the viewport will move for every line scrolled when + # scrollback is enabled (history > 0). + history: 10000 + # Scrolling distance multiplier. + # multiplier: 10 # # If `true`, bold text is drawn using the bright color variants. # draw_bold_text_with_bright_colors: true