Skip to content

Commit

Permalink
#705 allow *SPACE_SEL* instead of *mission-control index* when specif…
Browse files Browse the repository at this point in the history
…ying config settings for a specific space
  • Loading branch information
koekeishiya committed Nov 14, 2020
1 parent 6fec962 commit d8c72d4
Show file tree
Hide file tree
Showing 4 changed files with 809 additions and 806 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Changed
- Improved SIP detection logic [#716](https://github.com/koekeishiya/yabai/issues/716)
- Windows that do not report a title at all should be treated as having the empty string as its title [#707](https://github.com/koekeishiya/yabai/issues/707)
- Allow *SPACE_SEL* to be used instead of *mission-control index* when specifying config options for a specific space [#705](https://github.com/koekeishiya/yabai/issues/705)

## [3.3.4] - 2020-11-14
### Changed
Expand Down
10 changes: 6 additions & 4 deletions doc/yabai.1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
'\" t
.\" Title: yabai
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.10
.\" Date: 2020-08-26
.\" Generator: Asciidoctor 2.0.12
.\" Date: 2020-11-14
.\" Manual: Yabai Manual
.\" Source: Yabai
.\" Language: English
.\"
.TH "YABAI" "1" "2020-08-26" "Yabai" "Yabai Manual"
.TH "YABAI" "1" "2020-11-14" "Yabai" "Yabai Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -85,6 +85,7 @@ Loads the scripting\-addition into Dock.app.
.sp
.if n .RS 4
.nf
.fam C
REGEX := \c
.URL "https://www.gnu.org/software/findutils/manual/html_node/find_html/posix_002dextended\-regular\-expression\-syntax.html" "POSIX extended regular expression syntax" ""

Expand All @@ -109,6 +110,7 @@ WINDOW_SEL := prev | next | first | last | recent | mouse | largest | smallest
DISPLAY_SEL := prev | next | first | last | recent | mouse | DIR_SEL | <arrangement index (1\-based)>

SPACE_SEL := prev | next | first | last | recent | mouse | <mission\-control index (1\-based)> | LABEL
.fam
.fi
.if n .RE
.SH "DOMAINS"
Expand All @@ -120,7 +122,7 @@ yabai \-m config <global setting>
Get or set the value of <global setting>.
.RE
.sp
yabai \-m config [\-\-space \fI<mission\-control index>\fP] <space setting>
yabai \-m config [\-\-space \fI<SPACE_SEL>\fP] <space setting>
.RS 4
Get or set the value of <space setting>.
.RE
Expand Down
2 changes: 1 addition & 1 deletion doc/yabai.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ General Syntax
yabai -m config <global setting>::
Get or set the value of <global setting>.

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

Global Settings
Expand Down
Loading

0 comments on commit d8c72d4

Please sign in to comment.