From 7f228bcbf567ce4eb621bb348bf927ed5eb5375f Mon Sep 17 00:00:00 2001 From: pagedown Date: Wed, 24 Aug 2022 13:30:52 +0800 Subject: [PATCH] Docs: Unify the list style of available values Highlight the value and provide hyperlink in the description. --- kitty/launch.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/kitty/launch.py b/kitty/launch.py index a2bb72203..f3cec3499 100644 --- a/kitty/launch.py +++ b/kitty/launch.py @@ -59,24 +59,24 @@ default=window choices=window,tab,os-window,overlay,background,clipboard,primary Where to launch the child process: -:term:`window` - a new :term:`window` in the current tab, +:code:`window` + A new :term:`kitty window ` in the current tab -:term:`tab` - a new tab in the current :term:`OS Window ` +:code:`tab` + A new :term:`tab` in the current OS window -:term:`os-window ` - a new operating system window +:code:`os-window ` + A new :term:`operating system window ` -:term:`overlay` - an overlay window covering the current active window. +:code:`overlay` + An :term:`overlay window ` covering the current active kitty window -:italic:`background` - the process will be run in the background, without a window +:code:`background` + The process will be run in the :italic:`background`, without a kitty window. -:italic:`clipboard` and :italic:`primary` - are meant to work with :option:`--stdin-source ` to copy - data to the system clipboard or primary selection. +:code:`clipboard`, :code:`primary` + These two are meant to work with :option:`--stdin-source ` to copy + data to the :italic:`system clipboard` or :italic:`primary selection`. #placeholder_for_formatting#