diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index d81c28e1..7958271b 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -23,23 +23,23 @@ # available, otherwise `xterm-256color` is used. #TERM: alacritty -#window: +window: # Window dimensions (changes require restart) # # 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: 143 + lines: 100 # Window position (changes require restart) # # 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: 1275 + y: 0 # Window padding (changes require restart) #