diff options
author | Robert Günzler <r@gnzler.io> | 2017-12-17 08:26:27 +0100 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-12-22 13:14:47 -0800 |
commit | f6e5cae0ba62130ef6c7ae5bb6ac900d9fef9be5 (patch) | |
tree | 2b9311f37820c42c617601beeb87cb330e1479ff /alacritty_macos.yml | |
parent | 16c0e24d8e4df2a7ac2826f6ebf00d1ced1f531b (diff) | |
download | alacritty-f6e5cae0ba62130ef6c7ae5bb6ac900d9fef9be5.tar.gz alacritty-f6e5cae0ba62130ef6c7ae5bb6ac900d9fef9be5.zip |
Add borderless option to config files
See 46a1ee72267c0979e980607098ce4ef00a3db1ac
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index ee5bb6ad..be68775f 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -155,6 +155,9 @@ visual_bell: # Background opacity background_opacity: 1.0 +# Borderless window +borderless: false + # Mouse bindings # # Currently doesn't support modifiers. Both the `mouse` and `action` fields must |