kitty: allow float values in settings (#5925)
Some settings in kitty allow floating-point values, but this was not reflected in the type.
This commit is contained in:
parent
bc623830e6
commit
fcf5e608ac
3 changed files with 4 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ with lib;
|
|||
scrollback_lines = 10000;
|
||||
enable_audio_bell = false;
|
||||
update_check_interval = 0;
|
||||
background_opacity = 0.5;
|
||||
};
|
||||
|
||||
font.name = "DejaVu Sans";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue