mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
etc, docs: regenerate the default gimprc and the gimprc manpage
This commit is contained in:
parent
d84c39eccd
commit
431959df70
2 changed files with 8 additions and 8 deletions
|
@ -60,7 +60,7 @@ Sets how many processors GIMP should try to use simultaneously. This is an
|
|||
integer value.
|
||||
|
||||
.TP
|
||||
(tile-cache-size 6132286k)
|
||||
(tile-cache-size 6119688k)
|
||||
|
||||
When the amount of pixel data exceeds this limit, GIMP will start to swap
|
||||
tiles to disk. This is a lot slower but it makes it possible to work on
|
||||
|
@ -192,13 +192,13 @@ Where to look for fonts in addition to the system-wide installed fonts. This
|
|||
is a colon-separated list of folders to search.
|
||||
|
||||
.TP
|
||||
(mypaint-brush-path "/usr/share/mypaint/brushes:/usr/local/share/mypaint/brushes:/local/head/share/mypaint/brushes:/home/mitch/.local/share/mypaint/brushes:~/.mypaint/brushes")
|
||||
(mypaint-brush-path "/usr/share/mypaint/brushes:/usr/local/share/mypaint/brushes:~/.mypaint/brushes")
|
||||
|
||||
Sets the brush search path. This is a colon-separated list of folders to
|
||||
search.
|
||||
|
||||
.TP
|
||||
(mypaint-brush-path-writable "/home/mitch/.local/share/mypaint/brushes:~/.mypaint/brushes")
|
||||
(mypaint-brush-path-writable "~/.mypaint/brushes")
|
||||
|
||||
This is a colon-separated list of folders to search.
|
||||
|
||||
|
@ -318,7 +318,7 @@ kept available until the undo-size limit is reached. This is an integer
|
|||
value.
|
||||
|
||||
.TP
|
||||
(undo-size 1569865216)
|
||||
(undo-size 1529922k)
|
||||
|
||||
Sets an upper limit to the memory that is used per image to keep operations on
|
||||
the undo stack. Regardless of this setting, at least as many undo-levels as
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
# specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is
|
||||
# specified the size defaults to being specified in kilobytes.
|
||||
#
|
||||
# (tile-cache-size 6132286k)
|
||||
# (tile-cache-size 6119688k)
|
||||
|
||||
# When enabled, uses OpenCL for some operations. Possible values are yes and
|
||||
# no.
|
||||
|
@ -149,11 +149,11 @@
|
|||
# Sets the brush search path. This is a colon-separated list of folders to
|
||||
# search.
|
||||
#
|
||||
# (mypaint-brush-path "/usr/share/mypaint/brushes:/usr/local/share/mypaint/brushes:/local/head/share/mypaint/brushes:/home/mitch/.local/share/mypaint/brushes:~/.mypaint/brushes")
|
||||
# (mypaint-brush-path "/usr/share/mypaint/brushes:/usr/local/share/mypaint/brushes:~/.mypaint/brushes")
|
||||
|
||||
# This is a colon-separated list of folders to search.
|
||||
#
|
||||
# (mypaint-brush-path-writable "/home/mitch/.local/share/mypaint/brushes:~/.mypaint/brushes")
|
||||
# (mypaint-brush-path-writable "~/.mypaint/brushes")
|
||||
|
||||
# Specify a default brush. The brush is searched for in the specified brush
|
||||
# path. This is a string value.
|
||||
|
@ -260,7 +260,7 @@
|
|||
# bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
|
||||
# size defaults to being specified in kilobytes.
|
||||
#
|
||||
# (undo-size 1569865216)
|
||||
# (undo-size 1529922k)
|
||||
|
||||
# Sets the size of the previews in the Undo History. Possible values are
|
||||
# tiny, extra-small, small, medium, large, extra-large, huge, enormous and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue