📝 Added entire config directory for backup purposes
This commit is contained in:
parent
4b38e59bb6
commit
9b946e2d14
11091 changed files with 1440953 additions and 0 deletions
24
.config/GIMP/2.10/gtkrc
Executable file
24
.config/GIMP/2.10/gtkrc
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
|
||||
#
|
||||
# include "rc-file"
|
||||
#
|
||||
# style <name> [= <name>]
|
||||
# {
|
||||
# <option>
|
||||
# }
|
||||
#
|
||||
# widget <widget_set> style <style_name>
|
||||
# class <widget_class_set> style <style_name>
|
||||
#
|
||||
# You can add your own GIMP-specific GTK styles here.
|
||||
|
||||
|
||||
#
|
||||
# Adjust the size of previews in plug-in dialogs:
|
||||
#
|
||||
style "gimp-large-preview"
|
||||
{
|
||||
GimpPreview::size = 256
|
||||
}
|
||||
|
||||
# class "GimpPreview" style "gimp-large-preview"
|
||||
Loading…
Add table
Add a link
Reference in a new issue