Skip to content

Commit

Permalink
Rename all-monitors-union-frame -> all-monitors-outer-frame
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Dec 18, 2023
1 parent 032d442 commit 0e139ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/aerospace-focus.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include::util/conditional-options-header.adoc[]

--boundaries <boundary>::
Defines focus boundaries. +
`<boundary>` possible values: `(workspace|all-monitors-union-frame)`. +
`<boundary>` possible values: `(workspace|all-monitors-outer-frame)`. +
The default is: `workspace`

--boundaries-action <action>::
Expand Down
2 changes: 1 addition & 1 deletion src/command/parse/FocusCmdArgs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct FocusCmdArgs: CmdArgs, Equatable {
let direction: CardinalDirection
enum Boundaries: String, CaseIterable, Equatable {
case workspace
case allMonitorsUnionFrame = "all-monitors-union-frame" // todo rename to all-monitors-outer-frame
case allMonitorsUnionFrame = "all-monitors-outer-frame"
}
enum WhenBoundariesCrossed: String, CaseIterable, Equatable {
case stop = "stop"
Expand Down

0 comments on commit 0e139ec

Please sign in to comment.