Override redirect type of root Window (force floating, force geometry)? #2289
Labels
a:backend-winit
Winit backend (mS,mO)
enhancement
New feature or request
priority:low
Lowest priority. The issue is kept open for tracking purpose, but noone is actively working on this
Applications like rofi / dmenu / launcy / alfred / wox, etc uses something called as override-redirect to make them appear at the middle (or some specific location) on the screen bypassing the interference of the window-manager and other utilities.
(PS: We can also start rofi as normal window with
rofi -normal-window
to see the difference)It allows them to draw custom popup menu anywhere on the screen, including on tiling window managers, on their own decision.
It is very useful for applications including:
Is there support for this in slint already, or can there be support for this? I would like to make a few applications on this purpose, and finding it difficult to find a good fit framework instead of going system-specific library for each platform...
I'm open for any discussion!
The text was updated successfully, but these errors were encountered: