summaryrefslogtreecommitdiffstats
path: root/alacritty.yml
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-04-15 06:50:34 +0300
committerGitHub <noreply@github.com>2020-04-15 03:50:34 +0000
commit33abfe34a86863958e70a6b5109eab5740a6bc81 (patch)
tree7a35c4e477f87a97694c6d2562131a59ab128e05 /alacritty.yml
parentab2db49af5467ec972e297259dd8c23022783347 (diff)
Add config option to set cursor thickness
Fixes #3526.
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml4
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