aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alacritty.yml3
-rw-r--r--alacritty_macos.yml3
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