docs, etc: regenerate system gimprc and its manpage

This commit is contained in:
Michael Natterer 2020-06-07 15:55:15 +02:00
parent 1b4675f6fc
commit e800aebffd
2 changed files with 21 additions and 0 deletions

View file

@ -490,6 +490,11 @@ Timestamp of the last update check. (null)
The timestamp for the last known release date. (null)
.TP
The last known release version of GIMP as queried from official website. This
is a string value.
.TP
(last-revision 0)
@ -988,6 +993,12 @@ no.
Use a single toolbox button for grouped tools. Possible values are yes and
no.
.TP
(toolbox-group-menu-mode hover-single-column)
Menu mode of grouped tools. Possible values are click, hover and
hover-single-column.
.TP
(theme-path "${gimp_dir}/themes:${gimp_data_dir}/themes")

View file

@ -402,6 +402,11 @@
#
# (last-release-timestamp 0)
# The last known release version of GIMP as queried from official website.
# This is a string value.
#
#
# The timestamp for the last known release date. This is an integer value.
#
# (last-revision 0)
@ -781,6 +786,11 @@
#
# (toolbox-groups yes)
# Menu mode of grouped tools. Possible values are click, hover and
# hover-single-column.
#
# (toolbox-group-menu-mode hover-single-column)
# Sets the theme search path. This is a colon-separated list of folders to
# search.
#