- The Toolbox with "The Brushes, Patterns and Gradients dock".
- The LayerBox with "The Layers, Channels and Paths dock".
But you can actually merge the 2 docks into the Toolbox, the lower part then contains the brushes, etc .. and the Layers - I've worked this way a couple of days and it's very convenient, (before that settings I had always issue with the LayerBox getting in the way).
Now I just press CTRL+L to access the Layers and CTRL+B to access the ToolBox.
The smaller theme I'm using is the official Small theme from the Gimp package but with this line uncommented (search for the keyword "smaller" in the gtkrc file
# Uncommenting this line allows to set a different (smaller) font for GIMP.
#font_name = "sans 8"
font_name = "DroidSans 8"
Also Here's the content of the gimprc file
# GIMP gimprc
#
# This is your personal gimprc file. Any variable defined in this file takes
# precedence over the value defined in the system-wide gimprc:
# /etc/gimp/2.0/gimprc
# Most values can be set within GIMP by changing some options in the
# Preferences dialog.
(default-image
(width 1024)
(height 768)
(unit pixels)
(xresolution 72.000000)
(yresolution 72.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill)
(comment "Created with GIMP"))
(monitor-xresolution 86.000000)
(monitor-yresolution 86.000000)
(save-tool-options yes)
(save-accels no)
(toolbox-wilber no)
(theme "Smaller")
(help-browser web-browser)
(toolbox-window-hint normal)
(dock-window-hint normal)
# end of gimprc
By adding "(toolbox-wilber no)" you can save a little extra space at the top of the Toolbox by removing the probing eyes.
Below are extracts from the Gimp's online manual
Dialogs and Docking: "GIMP has great flexibility for arranging dialog windows on your screen. Instead of placing each dialog in its own window, you can group dialogs using docks. A 'dock' is a container window that can hold a collection of persistent dialogs, such as the Tool Options dialog, Brushes dialog, Palette dialog, etc. Docks cannot, however, hold non-persistent dialogs such as the Preferences dialog or an Image window.
No comments:
Post a Comment