Focus

I’m confused about focusing

I have ClickToFocus, but I add to an application the following style

Style APP* MiniIcon mini.png, !GrabFocus, MouseFocusRaises

What I want, that I can’t get work, is when APP and their windows open behind my current window without get focused.

What will be the best Style format?

Well, there is no such option as “MouseFocusRaises”. You might have meant “MouseFocusClickRaises”.

– Thomas Adam

You’re right, but I can’t still get the effect.

You mean that you want new windows of APP to start beneth the focused window instead of raised?