From d40456d6a915c90e373ab9322029b45503be5d30 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 12 Sep 2021 11:53:08 +0530 Subject: [PATCH] Add a FAQ entry with a list of alternate icons --- docs/faq.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index 7f6823b62..a5e18a73c 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -239,6 +239,37 @@ terminal) in different environments, see `here `_. +I do not like the kitty icon! +------------------------------- + +There are many alternate icons available, click on an icon to visit its +homepage: + +.. image:: https://github.com/k0nserv/kitty-icon/raw/main/icon_512x512.png + :target: https://github.com/k0nserv/kitty-icon + :width: 256 + +.. image:: https://github.com/DinkDonk/kitty-icon/raw/main/kitty-dark.png + :target: https://github.com/DinkDonk/kitty-icon + :width: 256 + +.. image:: https://github.com/DinkDonk/kitty-icon/raw/main/kitty-light.png + :target: https://github.com/DinkDonk/kitty-icon + :width: 256 + +.. image:: https://github.com/hristost/kitty-alternative-icon/raw/main/kitty_icon.png + :target: https://github.com/hristost/kitty-alternative-icon + :width: 256 + +On macOS you can change the icon by following the steps: + +#. Find :file:`kitty.app` in the Applications folder, select it and press :kbd:`⌘ + i` +#. Drag :file:`kitty.icns` onto the application icon in the kitty info pane +#. Delete the icon cache and restart Dock:: + + $ rm /var/folders/*/*/*/com.apple.dock.iconcache; killall Dock + + How do I map key presses in kitty to different keys in the terminal program? --------------------------------------------------------------------------------------