diff options
author | Juan J. Martinez <jjm@usebox.net> | 2020-08-01 18:27:57 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | 88ef66cd00ca0251ce3c49f6d2727254fb916c33 (patch) | |
tree | 224b6df8c3691a00d7231e270129e2caf61ca4e6 | |
parent | 81df1222bcd83b2439172e6c1d9f20c3803e0e0d (diff) | |
download | dotnvim-88ef66cd00ca0251ce3c49f6d2727254fb916c33.tar.gz dotnvim-88ef66cd00ca0251ce3c49f6d2727254fb916c33.zip |
more customisation
-rw-r--r-- | kitty.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -350,7 +350,7 @@ sync_to_monitor yes #: Terminal bell {{{ -enable_audio_bell yes +enable_audio_bell no #: Enable/disable the audio bell. Useful in environments that require #: silence. @@ -792,7 +792,7 @@ listen_on none #: The value of MYVAR2 will be a/<path to home directory>/b. -update_check_interval 24 +update_check_interval 0 #: Periodically check if an update to kitty is available. If an update #: is found a system notification is displayed informing you of the |