diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-04-15 06:50:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 03:50:34 +0000 |
commit | 33abfe34a86863958e70a6b5109eab5740a6bc81 (patch) | |
tree | 7a35c4e477f87a97694c6d2562131a59ab128e05 /alacritty.yml | |
parent | ab2db49af5467ec972e297259dd8c23022783347 (diff) | |
download | alacritty-33abfe34a86863958e70a6b5109eab5740a6bc81.tar.gz alacritty-33abfe34a86863958e70a6b5109eab5740a6bc81.zip |
Add config option to set cursor thickness
Fixes #3526.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index f0e12747..17aaa280 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -318,6 +318,10 @@ # window is not focused. #unfocused_hollow: true + # Thickness of the cursor relative to the cell width as floating point number + # from `0.0` to `1.0`. + #thickness: 0.15 + # Live config reload (changes require restart) #live_config_reload: true |