diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 4e9de63..a42935f 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -23,7 +23,7 @@ # available, otherwise `xterm-256color` is used. #TERM: alacritty -#window: +window: # Window dimensions (changes require restart) # # Number of lines/columns (not pixels) in the terminal. Both lines and columns @@ -31,8 +31,8 @@ # 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 + columns: 120 + lines: 40 # Window position (changes require restart) # @@ -64,6 +64,7 @@ # - buttonless: Title bar, transparent background and no title bar buttons #decorations: full +decorations: none # Background opacity # # Window opacity as a floating point number from `0.0` to `1.0`. @@ -86,6 +87,7 @@ # Allow terminal applications to change Alacritty's window title. #dynamic_title: true +dynamic_title: true # Window class (Linux/BSD only): #class: @@ -105,60 +107,60 @@ # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling. #history: 10000 - +history: 0 # Scrolling distance multiplier. #multiplier: 3 # Font configuration -#font: +font: # Normal (roman) font face - #normal: + normal: # Font family # # Default: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - #family: monospace + family: monospace # The `style` can be specified to pick a specific face. - #style: Regular + style: Regular # Bold font face - #bold: + bold: # Font family # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - #family: monospace + family: monospace # The `style` can be specified to pick a specific face. - #style: Bold + style: Bold # Italic font face - #italic: + italic: # Font family # # If the italic family is not specified, it will fall back to the # value specified for the normal font. - #family: monospace + family: monospace # The `style` can be specified to pick a specific face. - #style: Italic + style: Italic # Bold italic font face - #bold_italic: + bold_italic: # Font family # # If the bold italic family is not specified, it will fall back to the # value specified for the normal font. - #family: monospace + family: monospace # The `style` can be specified to pick a specific face. - #style: Bold Italic + style: Bold Italic # Point size - #size: 11.0 + size: 9.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