diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-02-18 23:12:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-18 23:12:05 +0300 |
commit | c682a357ec78f13d2e6222c83abfa9071d8a18f3 (patch) | |
tree | cef7896d86400b1d13ae562b95d9babe00981c33 /alacritty.yml | |
parent | bfa3c4a09d656013ae1590571c4d69a96bcbb90c (diff) | |
download | alacritty-c682a357ec78f13d2e6222c83abfa9071d8a18f3.tar.gz alacritty-c682a357ec78f13d2e6222c83abfa9071d8a18f3.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 |