shelfdock
command
Adds shelves to and removes shelves from the shelf area (dock).
Usages
-
shelfdock [-d desktop_name] [-o on_off] [-l icon|text|icon_and_text] add|remove [shelf_name ...]
This command is intended for scripted customization of the dock contents.
Options
|
|
Desktop whose shelf dock to customize. If it is blank it will default to the current desktop. |
|
|
If on_off is 1, the operation dock is open. Otherwise the shelf dock is collapsed. |
|
|
Sets the look of the dock. It determines whether the tools appear as icons, text labels, or both. |
Examples
shelfdock -d Build add shelf_1 shelf_2Adds shelf_1 and shelf_2 to the contents of a shelf dock that belongs to the Build desktop.
shelfdock remove shelf_2
Removes a shelf named shelf_2 from the dock in the current desk.
shelfdock -l iconCustomizes the dock to display its tools as icons.