diff options
author | Cole Helbling <cole.e.helbling@gmail.com> | 2019-03-11 05:35:49 -0700 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-03-11 12:35:49 +0000 |
commit | e240da9ab3b819a8845ced1ab72d0a4239eac789 (patch) | |
tree | 9b31f117de9ed9e6455eff1d4604379d4ea461ac /alacritty.yml | |
parent | 0ec4bd28dadcf476baf6180af7cf93bea9214f19 (diff) | |
download | alacritty-e240da9ab3b819a8845ced1ab72d0a4239eac789.tar.gz alacritty-e240da9ab3b819a8845ced1ab72d0a4239eac789.zip |
Add option for window position at startup
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 |