started off with laptop dotfiles arch 2018-10-08

This commit is contained in:
2018-10-08 01:15:55 +02:00
commit 97a2d2e750
229 changed files with 23342 additions and 0 deletions

24
GIMP/2.10/gtkrc Normal file
View 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"