Re: FVWM: Which setting to give focus to a window that just popped up?
Didier Spaier <[email protected]>
| Newsgroups | gmane.comp.window-managers.fvwm |
|---|---|
| Message-ID | <[email protected]> |
Hello, Le 26/09/2017 à 01:12, Jaimos Skriletz a écrit : > It might be you want to change the focus policy to ClickToFocus, this > is most like windows, where you have to click a window for it to gain > focus and thus focus is not tied to mouse location. > > Style * ClickToFocus Thanks for your answer Jaimos. It seems that the issue was that FPGrabFocus, implicitly set when using ClickToFocus, was overridden by this line, to which I didn't pay enough attention, in the default config file: Style * TileCascadePlacement, GrabFocusOff, !UsePPosition Removing GrabFocusOff from it did the trick. Have a nice day, Didier