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
I want to make x11 windows with _NET_WM_WINDOW_TYPE other than the default. Specifically I want to make utitily/dialogs that automatically float in tiling window managers (i3 and the like)
Not sure about the api, currently I've mapped the whole XWindowType
enum, but maybe there's something more sensible to do?
* Closes <#4150>
---------
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
hacknus
pushed a commit
to hacknus/egui
that referenced
this issue
Oct 30, 2024
Not sure about the api, currently I've mapped the whole XWindowType
enum, but maybe there's something more sensible to do?
* Closes <emilk#4150>
---------
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
I want to make x11 windows with _NET_WM_WINDOW_TYPE other than the default. Specifically I want to make utitily/dialogs that automatically float in tiling window managers (i3 and the like)
winit already supports this, I think it just needs the bridge built to egui: https://github.com/rust-windowing/winit/blob/master/src/platform/x11.rs#L17
It looks like there are already platform specific options in ViewportBuilder (wayland, macos), so it seems appropriate enough.
I plan to open a PR for this
The text was updated successfully, but these errors were encountered: