diff options
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 |