-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
Implement fullscreen --no-outer-gaps
#373
Comments
But why? If users use gaps for practical purposes to distinguish between windows then they can only use the inner gaps and set outer gaps to zero If users use gaps for aesthetic purposes then users will use both outer and inner gaps Related: #54 |
Good point. My reason for wanting this functionality is somewhere in between: I want gaps for separation of windows. However, having only inner gaps does not look great IMO. So for fullscreen or single-window workspaces, I don't want gaps as they add no practical value. In all other cases, I want gaps between windows for practical reasons, and around them for aesthetics. |
I don't mind if somebody adds a It's a minor priority for me, and it's a good-first-issue so PRs are welcome |
fullscreen --no-outer-gaps
It will be fixed semi-automatically with #278 Please see #60 (comment) |
Alternative name: |
Released in 0.15.0-Beta |
When in (non-native) fullscreen mode, I typically want to disable gaps to maximize screen usage. It would be nice if gaps could be customized for fullscreen, just like they can with monitor patterns.
Related, it would also be nice to optionally treat workspaces with a single window as fullscreen, removing gaps.
The text was updated successfully, but these errors were encountered: