-
Notifications
You must be signed in to change notification settings - Fork 46
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
Hiding window decorations #195
Comments
Noticed that there's |
There is also apparently https://developer.apple.com/documentation/appkit/nsapplicationactivationpolicy?language=objc for hiding from the dock on macOS. I haven't messed around with it at all yet. |
What would the cross-platform API look like? The way it seems to me is that in X11 you have to provide a specific window type, whereas macOS and Windows allow more individual control over window features. A possible approach for JWM could be something like |
Sounds good |
For creating custom popup windows or similar, ability to hide window decorations (also, hiding it from the taskbar) is necessary.
Alternative would be to force everything to use native menus (#193).
For X11, this would involve setting this property with one of a variety of options, e.g.:
The text was updated successfully, but these errors were encountered: