tree: 56df59204a2eac8ecb37f8d687b4c25584dca9b9 [path history] [tgz]
  1. meta/
  2. BUILD.gn
  3. main.cc
  4. README.md
garnet/bin/developer/tiles_ctl/README.md

tiles_ctl

tiles_ctl is a utility to control tiles, a very simple tiling view manager. It operates by starting or connecting to the tiles component and sending it commands through the fuchsia.developer.tiles.Controller FIDL interface.

Commands

start

Starts the tiles component

list

Lists the current set of tiles including their key, url, current size and focusability.

add [--disable-focus] <url> [<args>...]

Adds a new tile with the given component URL. If --disable-focus is passed, the tile won't be able to gain focus.

remove <key>

Removes the tile with the given key.

quit

Tells the tiles component to quit.