diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index e5a42196..6135b318 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -21,6 +21,14 @@ window: columns: 0 lines: 0 + # 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 + # Window padding (changes require restart) # # Blank space added around the window in pixels. This padding is scaled |