-
Hi, I am trying to make floating window on a tiling window manager, but looking around in the docs I cant seem to find any mention of it. It should just be a flag or something that needs to be set for it to recognize that it needs to be floating. I understand that this is the window managers job to handle, just exploring the possibility. Also, other than killing the process is there a way a command/function to close the window from iced? works with panic!() but don't really want to panic.... Currently this works, nicer than panic: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Forcing window size seems to do the trick for floating window on tiling window managers. My solution:
|
Beta Was this translation helpful? Give feedback.
-
I believe this is a winit issue, e.g.: rust-windowing/winit#862 rust-windowing/winit#950 |
Beta Was this translation helpful? Give feedback.
Forcing window size seems to do the trick for floating window on tiling window managers.
My solution: