mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Fix #8897
This commit is contained in:
17
docs/faq.rst
17
docs/faq.rst
@@ -416,13 +416,20 @@ also set it with the following command:
|
|||||||
|
|
||||||
You can also change the icon manually by following the steps:
|
You can also change the icon manually by following the steps:
|
||||||
|
|
||||||
#. Find :file:`kitty.app` in the Applications folder, select it and press :kbd:`⌘+I`
|
.. tab:: macOS
|
||||||
#. Drag :file:`kitty.icns` onto the application icon in the kitty info pane
|
|
||||||
#. Delete the icon cache and restart Dock:
|
|
||||||
|
|
||||||
.. code-block:: sh
|
#. 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
|
rm /var/folders/*/*/*/com.apple.dock.iconcache; killall Dock
|
||||||
|
|
||||||
|
.. tab:: Linux
|
||||||
|
|
||||||
|
#. Copy :file:`kitty.desktop` from the installation location (usually
|
||||||
|
:file:`/usr/share/applications` to :file:`~/.local/share/applications`
|
||||||
|
#. Edit the copied desktop file changing the ``Icon`` line to have
|
||||||
|
the absolute path to your desired icon.
|
||||||
|
|
||||||
|
|
||||||
How do I map key presses in kitty to different keys in the terminal program?
|
How do I map key presses in kitty to different keys in the terminal program?
|
||||||
|
|||||||
Reference in New Issue
Block a user