The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
1

Where is dmenu in the tree?

asked Feb 1 '15

Airblader gravatar image

updated Feb 1 '15

Airblader gravatar image

I'm trying to exclude dmenu from compton shadows, but haven't had much luck so far. So I figured, I'd find out what's even in the tree.

I ran i3-msg -t 'get_tree' once without dmenu and then once when dmenu was open via sleep 3 && …. Comparing both dumps, they are exactly the same right down to the last byte.

How is that? Shouldn't dmenu be a (floating?) window? Why does i3 not see it, but compton still renders a shadow?

1 answer

Sort by » oldest newest most voted
1

answered Feb 1 '15

Michael gravatar image

dmenu is not a floating window, but an unmanaged window, so i3 never touches it.

Comments

That makes sense – I don't know why I didn't think about that. I guess I'll have to use X tools to find out why compton doesn't seem to find dmenu. Thanks

airblader gravatar imageairblader (Feb 1 '15)edit

And I've figured it out. Thanks again!

airblader gravatar imageairblader (Feb 1 '15)edit

Question Tools

Stats

Asked: Feb 1 '15

Seen: 143 times

Last updated: Feb 01