diff options
author | Robert Günzler <r@gnzler.io> | 2017-12-17 08:26:27 +0100 |
---|---|---|
committer | Robert Günzler <r@gnzler.io> | 2017-12-17 08:26:27 +0100 |
commit | bcd97679ce40b4d7a114301f674ae8e7a076c511 (patch) | |
tree | 2b9311f37820c42c617601beeb87cb330e1479ff | |
parent | 46a1ee72267c0979e980607098ce4ef00a3db1ac (diff) | |
download | alacritty-bcd97679ce40b4d7a114301f674ae8e7a076c511.tar.gz alacritty-bcd97679ce40b4d7a114301f674ae8e7a076c511.zip |
Add borderless option to config files
See 46a1ee72267c0979e980607098ce4ef00a3db1ac
-rw-r--r-- | alacritty.yml | 3 | ||||
-rw-r--r-- | alacritty_macos.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index df9e4dde..0cf0d991 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -174,6 +174,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 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 |