Skip to content

Commit

Permalink
Add docs for label command koekeishiya/yabai#119
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvdp committed Jan 9, 2020
1 parent bb03ec1 commit aacdbac
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,19 @@ yabai -m space --move next
yabai -m space --display 2
```

#### Labeling Spaces

Spaces can be given labels, which allow referring to a space by the given label in subsequent commands.

To label a space use the `--label` command:

```
yabai -m space 1 --label main
yabai -m space 2 --label sm
yabai -m space --focus main
```

#### Modify window tree

In bsp spaces commands can be used to modify the window tree, affecting all windows on the space.
Expand Down

0 comments on commit aacdbac

Please sign in to comment.