From 86de0073119fea3d619191bb43cdfb96144ef840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 26 Nov 2020 18:22:45 +0100 Subject: [PATCH] doc: foot.5: minor highlighting fixes --- doc/foot.ini.5.scd | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/foot.ini.5.scd b/doc/foot.ini.5.scd index 45c8b0d5..31faf9b6 100644 --- a/doc/foot.ini.5.scd +++ b/doc/foot.ini.5.scd @@ -1,7 +1,7 @@ foot.ini(5) # NAME -foot.ini - configuration file +foot.ini - configuration file for *foot*(1) # DESCRIPTION @@ -68,7 +68,7 @@ in this order: Executable to launch. Typically a shell. Default: _$SHELL_ if set, otherwise the user's default shell (as specified in _/etc/passwd_). You can also pass arguments. For example - "/bin/bash --norc". + */bin/bash --norc*. *login-shell* Boolean. If enabled, the shell will be launched as a login shell, @@ -143,7 +143,8 @@ applications can change these at runtime. # SECTION: mouse *hide-when-typing* - Boolean. When enabled, the mouse cursor is hidden while typing. + Boolean. When enabled, the mouse cursor is hidden while + typing. Default: _no_. *alternate-scroll-mode* Boolean. This option controls the initial value for the _alternate @@ -254,8 +255,8 @@ combination is on the form _mod1+mod2+key_. The names of the modifiers and the key *must* be valid XKB key names. Note that if *Shift* is one of the modifiers, the _key_ *must* be in -upper case. For example, *Control+Shift+v* will never trigger - -*Control+Shift+V* is the correct way to write it. +upper case. For example, *Control+Shift+v* will never trigger, but +*Control+Shift+V* will. Note that *Alt* is usually called *Mod1*.