-
-
Notifications
You must be signed in to change notification settings - Fork 179
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Truly hide windows—impossible or not? #66
Comments
I was wondering the same. I would be fine with the proposed solution here, i.e., reducing the number of pixels to 1 (or having to restart if |
Also interested in this! Really like this one, and the window part lurking in the right corner is the only thing that's annoying me 😄 Looks like this might be hackable by playing around in the code, I'll try to give a spin later on... |
👋 i3 veteran, AeroSpace (and MacOs) newbie here. First of all, I'm very impressed by this tool! When I moved to MacOs I lost hope to find anything similar to i3. I installed it yesterday and I already feel home :) I also agree that issue is more a nuisance than an actual problem (actually there is only one application that is giving me a small issue, that is Photoshop, it flickers on the bottom right corner, I'm wondering if I can disable Photoshop to manage its own window). MacOs has a native "hide" function (I guess we all know |
@vrde please report a separate issue It'd be handy to attach:
4. I think the relevant issue is #2 |
A workaround could be to use the macOS native and rather unknown |
I'm also interested in this! I think this tool is awesome and with this edge case handled in a more elegant way it would be perfect. This makes the window switch a bit annoying as something weird always happens in the bottom down corner, and it has conditioned me to remove all viewport paddings to hide the window corners, which on bigger monitors is a bit more of an issue as I'd like to have narrower windows. Hopefully there's a way to bypass that macos restriction or make them less visible. |
@nikitabobko Works like a charm for me, huge thanks! |
@nikitabobko I think I know why I can still see the windows: I have the Dock on the right side. Enabling auto-hiding the dock removes the windows |
@TimAnthonyAlexander how is your monitor arrangement? Have you followed the proper monitor arrangement docs? |
Hi there, I'm sorry, now I understood that part of the documentation. Honestly I didn't understand that particular part when reading the docs the first time. Problem is solved. Thanks! |
_fixes nikitabobko#149 If the monitor configuration is correct, this commit _fixes nikitabobko#289 I accidentally managed to reduce number of visible pixels to a single 1-pixel vertial line, so it paritally _fixes nikitabobko#66
One workaround here would be rendering a fake window acting as a wallpaper, above the "hidden" windows. I don't know how good this idea would be for the Aerospace core code, but I managed to create something using Hammerspoon: |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
As noted in the docs:
For me that is not a big deal but this gets especially noticeable—probably an exaggeration 😆—when enabling gaps.
It was indeed only after I did so that I realized the hidden windows showing up in the bottom right corner of my screen. This is mostly cosmetics I know (and from the above statement I get that it might be actually impossible to avoid), but raising the issue anyway just in case there is some hope / unexplored alternative that can do the trick in a better way. E.g.,
And, to show something, here you are how my desktop looks like for empty/non-empty workspaces, respectively:
The text was updated successfully, but these errors were encountered: