Skip to content

Is it possible to set X11's "Extended Window Manager Hints" when using the eframe? #1432

Answered by coderedart
x7Gv asked this question in Q&A
Discussion options

You must be logged in to vote

I may sound a little negative, but its just my frustration with the overlay work :D

  1. what you are talking about is always_on_top which is available in Native options.
  2. that is really really not enough to make an overlay. the most important thing is to allow mouse clicks to passthrough while your application window is still on top.
  3. https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html#STACKINGORDER which you are talking about (i think) has the following words the following layered stacking order is recommended. so, its not guaranteed. for example, in i3, floating windows are always on top on tiling windows, but you cannot set one floating window to be above another.i3/i3#4478
  4. f…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@coderedart
Comment options

Answer selected by x7Gv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants