docs, etc: regenerate the default gimprc and its manpage.

This commit is contained in:
Jehan 2020-12-22 20:24:31 +01:00
parent d4392d0bc6
commit e5aa146f76
2 changed files with 11 additions and 13 deletions

View File

@ -215,7 +215,7 @@ Specify a default brush. The brush is searched for in the specified brush
path. This is a string value.
.TP
(default-dynamics "Dynamics Off")
(default-dynamics "Pressure Size")
Specify a default dynamics. The dynamics is searched for in the specified
dynamics path. This is a string value.
@ -1040,12 +1040,6 @@ value.
Sets the browser used by the help system. Possible values are gimp and
web-browser.
.TP
(search-show-unavailable-actions no)
When enabled, a search of actions will also return inactive actions. Possible
values are yes and no.
.TP
(action-history-size 100)
@ -1086,6 +1080,11 @@ Enable the N-Point Deformation tool. Possible values are yes and no.
Enable the Seamless Clone tool. Possible values are yes and no.
.TP
(playground-paint-select-tool no)
Enable the Paint Select tool. Possible values are yes and no.
.TP
(color-profile-policy ask)

View File

@ -168,7 +168,7 @@
# Specify a default dynamics. The dynamics is searched for in the specified
# dynamics path. This is a string value.
#
# (default-dynamics "Dynamics Off")
# (default-dynamics "Pressure Size")
# Specify a default MyPaint brush. This is a string value.
#
@ -825,11 +825,6 @@
#
# (help-browser gimp)
# When enabled, a search of actions will also return inactive actions.
# Possible values are yes and no.
#
# (search-show-unavailable-actions no)
# The maximum number of actions saved in history. This is an integer value.
#
# (action-history-size 100)
@ -864,6 +859,10 @@
#
# (playground-seamless-clone-tool no)
# Enable the Paint Select tool. Possible values are yes and no.
#
# (playground-paint-select-tool no)
# How to handle embedded color profiles when opening a file. Possible values
# are ask, keep, convert-builtin and convert-preferred.
#