X-Git-Url: https://git.josue.xyz/?p=dotfilesold%2F.git;a=blobdiff_plain;f=.config%2Falacritty.yml;h=afb93b893cb1f64b2e46b57938d430901cf50466;hp=334b823e1656a6ec16c22ff041091b09637cb62c;hb=7006c61d90bc892584153c528336f24a8d95e6a3;hpb=2f67adbd551d5b715d0b671b9af551a7a77b99fc diff --git a/.config/alacritty.yml b/.config/alacritty.yml index 334b823..afb93b8 100644 --- a/.config/alacritty.yml +++ b/.config/alacritty.yml @@ -17,7 +17,7 @@ # # Specified in number of columns/lines, not pixels. # If both are `0`, this setting is ignored. - #dimensions: +#dimensions: #columns: 100 #lines: 100 @@ -25,17 +25,17 @@ # # 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: 0 + y: 0 # Window padding (changes require restart) # # Blank space added around the window in pixels. This padding is scaled # by DPI and the specified value is always added at both opposing sides. - #padding: - # x: 0 - # y: 0 +padding: + x: 9 + y: 9 # Spread additional padding evenly around the terminal content. #dynamic_padding: false @@ -60,7 +60,7 @@ decorations: none # # Values for `startup_mode` (macOS only): # - SimpleFullscreen - #startup_mode: Windowed +startup_mode: Fullscreen # Window title #title: Josuer08 @@ -136,7 +136,7 @@ decorations: none #style: Bold Italic # Point size -size: 13.0 +size: 11.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 spacing.