From 583e91a65f5df902538fcbc5be9fae53ae6068ce Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Sun, 17 Dec 2023 21:47:11 +0100 Subject: [PATCH] Minor --- README.md | 3 ++- src/command/parse/FocusCmdArgs.swift | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5c3813f..b97b3b9c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/command/parse/FocusCmdArgs.swift b/src/command/parse/FocusCmdArgs.swift index 70427a03..23ce279c 100644 --- a/src/command/parse/FocusCmdArgs.swift +++ b/src/command/parse/FocusCmdArgs.swift @@ -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"