Added GIMP and autostart
This commit is contained in:
parent
e24a36c480
commit
2b9862f120
62 changed files with 9399 additions and 0 deletions
24
config/GIMP/2.10/gtkrc
Normal file
24
config/GIMP/2.10/gtkrc
Normal 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