You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A 'stack' is a generalized subset of a tabbed UI that enables multiple macOS windows to occupy the same screen space and behave as a single unit. A stack let's a user…
29
+
A 'stack' is a generalized subset of a tabbed UI that enables multiple macOS windows to occupy the same screen space and behave as a single unit. A stack lets a user…
30
30
31
31
- add & remove windows from a stack
32
32
- navigate between stacked windows
33
33
-_understand the contents of a stack at a glance_
34
34
35
35
36
-
Stacks are a recent addition (June 2020) to the (_excellent!_) macOS tiling window manager [koekeishiya/yabai](https://github.com/koekeishiya/yabai). See [yabai #203](https://github.com/koekeishiya/yabai/issues/203) for more info about `yabai`'s stacking feature. Currently, `yabai` does not provide visual indication of a stack's active window or the inactive windows below. This makes it easy to forgot about the stacked windows that aren't visible.
36
+
Stacks are a recent addition (June 2020) to the (_excellent!_) macOS tiling window manager [koekeishiya/yabai](https://github.com/koekeishiya/yabai). See [yabai #203](https://github.com/koekeishiya/yabai/issues/203) for more info about `yabai`'s stacking feature. Currently, `yabai` does not provide a visual indication of a stack's active window or the inactive windows below. This makes it easy to forget about the stacked windows that aren't visible.
37
37
38
-
Enter `stackline`: simple, unobtrusive visual indicators that compliment`yabai` window stacks.
38
+
Enter `stackline`: simple, unobtrusive visual indicators that complement`yabai` window stacks.
@@ -138,7 +138,7 @@ Now your `~/.hammerspoon` directory should look like this:
138
138
</table>
139
139
140
140
141
-
Finally confirm that `hs` is now available by entering the following in your terminal (shell):
141
+
Finally, confirm that `hs` is now available by entering the following in your terminal (shell):
142
142
143
143
```sh
144
144
❯ which hs
@@ -193,7 +193,7 @@ All are welcome (actually, _please_ help us, 🤣️)! Feel free to dive in by o
193
193
194
194
[@zweck](https://github.com/zweck), who, [in the same thread](https://github.com/koekeishiya/yabai/issues/203#issuecomment-656780281), got the gears turning about how [@alin23](gh-alin23)'s idea could be implemented and _also_ urged Adam to share his POC.
195
195
196
-
[@johnallen3d](https://github.com/johnallen3d) for being one the first folks to install stackline, and for identifying several mistakes & gaps in the setup instructions.
196
+
[@johnallen3d](https://github.com/johnallen3d) for being of one the first folks to install stackline, and for identifying several mistakes & gaps in the setup instructions.
197
197
198
198
[@pete-may](https://github.com/pete-may) for saving folks from frustration by fixing an out-of-date command in the readme ([#48](https://github.com/AdamWagner/stackline/pull/48))
199
199
@@ -213,6 +213,6 @@ Thanks to the creators & maintainers of the lua utility libaries [underscore.lua
213
213
214
214
stackline is licensed under the [↗ MIT License](stackline-license), the same license used by [yabai](https://github.com/koekeishiya/yabai/blob/master/LICENSE.txt) and [hammerspoon](https://github.com/Hammerspoon/hammerspoon/blob/master/LICENSE).
215
215
216
-
MIT is a simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
216
+
MIT is a simple permissive license with conditions only requiring the preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
0 commit comments