shelfdock command

Adds shelves to and removes shelves from the shelf area (dock).

All Usages Options Examples

Usages

  1. 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

-d string

Desktop whose shelf dock to customize. If it is blank it will default to the current desktop.

-o on_off

If on_off is 1, the operation dock is open. Otherwise the shelf dock is collapsed.

-l icon|text|icon_and_text

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_2
Adds 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 icon
Customizes the dock to display its tools as icons.