Skip to content

Commit

Permalink
#2342 extend stack window sel to support numeric indices
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Jul 8, 2024
1 parent 84a41c9 commit cc6b862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.20
.\" Date: 2024-04-04
.\" Date: 2024-07-08
.\" Manual: Yabai Manual
.\" Source: Yabai
.\" Language: English
.\"
.TH "YABAI" "1" "2024-04-04" "Yabai" "Yabai Manual"
.TH "YABAI" "1" "2024-07-08" "Yabai" "Yabai Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -138,7 +138,7 @@ SIGNAL_SEL := <index> | LABEL

DIR_SEL := north | east | south | west

STACK_SEL := stack.prev | stack.next | stack.first | stack.last | stack.recent
STACK_SEL := stack.prev | stack.next | stack.first | stack.last | stack.recent | stack.<index (1\-based)>

WINDOW_SEL := prev | next | first | last | recent | mouse | largest | smallest | sibling | first_nephew | second_nephew | uncle | first_cousin | second_cousin | STACK_SEL | DIR_SEL | <window id>

Expand Down
2 changes: 1 addition & 1 deletion doc/yabai.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ SIGNAL_SEL := <index> | LABEL
DIR_SEL := north | east | south | west
STACK_SEL := stack.prev | stack.next | stack.first | stack.last | stack.recent
STACK_SEL := stack.prev | stack.next | stack.first | stack.last | stack.recent | stack.<index (1-based)>
WINDOW_SEL := prev | next | first | last | recent | mouse | largest | smallest | sibling | first_nephew | second_nephew | uncle | first_cousin | second_cousin | STACK_SEL | DIR_SEL | <window id>
Expand Down

0 comments on commit cc6b862

Please sign in to comment.