Skip to content

Commit

Permalink
#211 make it clearer that only space settings can be set per-space
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Aug 17, 2019
1 parent f3d1c56 commit 27356fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
13 changes: 9 additions & 4 deletions doc/yabai.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: yabai
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.6
.\" Date: 2019-08-01
.\" Date: 2019-08-17
.\" Manual: Yabai Manual
.\" Source: Yabai
.\" Language: English
.\"
.TH "YABAI" "1" "2019-08-01" "Yabai" "Yabai Manual"
.TH "YABAI" "1" "2019-08-17" "Yabai" "Yabai Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -103,9 +103,14 @@ LABEL := arbitrary string/text used as an identifier
.SS "Config"
.SS "General Syntax"
.sp
yabai \-m config [\-\-space \fI<mission\-control index>\fP] <setting> [<value>]
yabai \-m config <global setting> [<value>]
.RS 4
Get or set the value of <setting>.
Get or set the value of <global setting>.
.RE
.sp
yabai \-m config [\-\-space \fI<mission\-control index>\fP] <space setting> [<value>]
.RS 4
Get or set the value of <space setting>.
.RE
.SS "Global Settings"
.sp
Expand Down
7 changes: 5 additions & 2 deletions doc/yabai.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,11 @@ Config
General Syntax
^^^^^^^^^^^^^^

yabai -m config [--space '<mission-control index>'] <setting> [<value>]::
Get or set the value of <setting>.
yabai -m config <global setting> [<value>]::
Get or set the value of <global setting>.

yabai -m config [--space '<mission-control index>'] <space setting> [<value>]::
Get or set the value of <space setting>.

Global Settings
^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 27356fd

Please sign in to comment.