From 38393b50c1bafbb08410642de8705ecea7c8e4fe Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 22 Jan 2024 07:36:57 +0530 Subject: [PATCH] Show how to send SIGUSR1 to kitty --- docs/conf.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.rst b/docs/conf.rst index ab3498822..5664fca8e 100644 --- a/docs/conf.rst +++ b/docs/conf.rst @@ -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` (:kbd:`⌘+,` on macOS). A :file:`kitty.conf` with commented default 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` -(:kbd:`⌃+⌘+,` on macOS) or sending kitty the ``SIGUSR1`` signal. -You can also display the current configuration by pressing :sc:`debug_config` -(:kbd:`⌥+⌘+,` on macOS). +You can reload the config file within kitty by pressing +:sc:`reload_config_file` (:kbd:`⌃+⌘+,` on macOS) or sending kitty the +``SIGUSR1`` signal with ``kill -SIGUSR1 $KITTY_PID``. You can also display the +current configuration by pressing :sc:`debug_config` (:kbd:`⌥+⌘+,` on macOS). .. _confloc: