Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Dec 17, 2023
1 parent 4ce5297 commit 583e91a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ AeroSpace is an i3-like tiling window manager for macOS

- [YouTube Demo](https://www.youtube.com/watch?v=UOl7ErqWbrk)
- [AeroSpace Guide](https://nikitabobko.github.io/AeroSpace/guide.html)
- [AeroSpace list of commands](https://nikitabobko.github.io/AeroSpace/commands.html)
- [AeroSpace Commands](https://nikitabobko.github.io/AeroSpace/commands.html)
- [AeroSpace Config Examples](https://nikitabobko.github.io/AeroSpace/config-examples.html)

## Project status

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"
case allMonitorsUnionFrame = "all-monitors-union-frame" // todo rename to all-monitors-outer-frame
}
enum WhenBoundariesCrossed: String, CaseIterable, Equatable {
case stop = "stop"
Expand Down

0 comments on commit 583e91a

Please sign in to comment.