Pin window to Top (aka Always On Top) #829
Replies: 3 comments 3 replies
|
It would be a good feature. Can you writhe an issue for that? |
0 replies
|
I’ve recently been looking for a solution to pin windows on top, and I noticed in the comparison section of the README that it says Hammerspoon supports this feature. I’d like to know the reference or source for this claim, because I couldn’t find any way to implement this feature in Hammerspoon. In fact, there is an issue requesting this functionality in Hammerspoon, but it was closed as “not planned.” |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
A very useful feature to add to Loop would be "Pinning" a window to the top of the screen. While macOS does not offer a native feature to do this, some clever apps e.g. Topit have used ScreenCaptureKit to make a "clone" of a window and keep that clone on top since it's owned by the app itself. This works fairly well.
All reactions