diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-02-18 23:12:05 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2023-03-06 08:19:58 +0100 |
commit | ae90338bb6045fdfa8f73965fd4b70c67e326af6 (patch) | |
tree | b213ebe741a8eaea132c0e47e1edf433db15768f /alacritty.yml | |
parent | 1a6359ed4711734c5f476867b91eb4615ec9880a (diff) | |
download | alacritty-ae90338bb6045fdfa8f73965fd4b70c67e326af6.tar.gz alacritty-ae90338bb6045fdfa8f73965fd4b70c67e326af6.zip |
Add `window.resize_increments` config option
Given how bugged the resize increments are on X11, it's better to
disable it by default.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index d92b1f76..76047d2a 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -101,6 +101,11 @@ # auto pick-up. Set this to `None` to use the default theme variant. #decorations_theme_variant: None + # Resize increments + # + # Prefer resizing window by discrete steps equal to cell dimensions. + #resize_increments: false + # Make `Option` key behave as `Alt` (macOS only): # - OnlyLeft # - OnlyRight |