Show how to send SIGUSR1 to kitty

This commit is contained in:
Kovid Goyal
2024-01-22 07:36:57 +05:30
parent 7b6c532ac2
commit 38393b50c1

View File

@@ -16,10 +16,10 @@ frames-per-second. See below for an overview of all customization possibilities.
You can open the config file within kitty by pressing :sc:`edit_config_file` You can open the config file within kitty by pressing :sc:`edit_config_file`
(:kbd:`⌘+,` on macOS). A :file:`kitty.conf` with commented default (:kbd:`⌘+,` on macOS). A :file:`kitty.conf` with commented default
configurations and descriptions will be created if the file does not exist. configurations and descriptions will be created if the file does not exist.
You can reload the config file within kitty by pressing :sc:`reload_config_file` You can reload the config file within kitty by pressing
(:kbd:`⌃+⌘+,` on macOS) or sending kitty the ``SIGUSR1`` signal. :sc:`reload_config_file` (:kbd:`⌃+⌘+,` on macOS) or sending kitty the
You can also display the current configuration by pressing :sc:`debug_config` ``SIGUSR1`` signal with ``kill -SIGUSR1 $KITTY_PID``. You can also display the
(:kbd:`⌥+⌘+,` on macOS). current configuration by pressing :sc:`debug_config` (:kbd:`⌥+⌘+,` on macOS).
.. _confloc: .. _confloc: