diff options
author | Juhani Krekelä | 2021-06-17 20:22:13 +0300 |
---|---|---|
committer | Wolfgang Müller | 2021-06-17 19:42:27 +0200 |
commit | 0774a46257bdc6daa1c6a1c3485d75bd07ef849c (patch) | |
tree | aaa26ff08b075fcb120c0ce8170e93bb214a38bd /weltschmerz.1 | |
parent | 1869309c20c313b587e769878dce15ea831476d6 (diff) | |
download | weltschmerz-0774a46257bdc6daa1c6a1c3485d75bd07ef849c.tar.gz |
Add setting for controlling cursor blinking
Currently weltschmerz always uses the global GTK setting for cursor
blink, which means that the cursor blink setting is stored separately
from the rest of the configuration. Add a setting for overriding it in
the config file, so that all the relevant settings can be adjusted in
one standardized place.
Reviewed-by: Wolfgang Müller <wolf@oriole.systems>
Diffstat (limited to '')
-rw-r--r-- | weltschmerz.1 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/weltschmerz.1 b/weltschmerz.1 index 6f0ac22..3c92ef6 100644 --- a/weltschmerz.1 +++ b/weltschmerz.1 @@ -1,4 +1,4 @@ -.Dd March 28, 2020 +.Dd June 17, 2021 .Dt WELTSCHMERZ 1 .Os .Sh NAME @@ -119,6 +119,22 @@ and .Sy underline . The default is .Sy block . +.It Sy cursor-blink +Specifies whether the cursor should blink. +Possible values are +.Sy true , +.Sy false , +and +.Sy system . +The default is +.Sy system . +.Pp +When set to +.Sy system , +.Nm +will honour the GTK setting +.Sy gtk-cursor-blink . +Refer to the GTK documentation for more details. .It Sy font Specifies the font used to draw text, in the form of a Pango font description. |