Fix kitty listen_on example

This commit is contained in:
Luan Belem Rivello 2021-08-28 20:14:35 -03:00 committed by GitHub
parent c974690482
commit f9cf6dad48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@
# windows will be horizontal or vertical). # windows will be horizontal or vertical).
# #
# Kitty users need `allow_remote_control` set to `yes`, and `listen_on` set # Kitty users need `allow_remote_control` set to `yes`, and `listen_on` set
# to e.g. "$TMPDIR/kitty". To customize the window split, `enabled_layouts` # to e.g. "unix:$TMPDIR/kitty". To customize the window split, `enabled_layouts`
# has to be set to `all` or `splits` (the former is the default value). # has to be set to `all` or `splits` (the former is the default value).
# This terminal is also able to show images without extra dependencies. # This terminal is also able to show images without extra dependencies.
# #