Re: FVWM: how to prevent involuntary page switching?
Robert Brockway <[email protected]>
| Newsgroups | gmane.comp.window-managers.fvwm |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 26 Apr 2018, hw wrote: > Hi, > > how can I prevent fvwm from automatically switching to the desktop page > where an application like gajim receives a message and activates a > window (or whatever it does to force this switch)? > > As you can imagine, it?s very annoying when you?re suddenly switched to > a different program residing on a different page, especially while > you?re typing somewhere else. Years ago I added this to my config to solve this problem: DestroyFunc EWMHActivateWindowFunc Style * !FPFocusByProgram More recently the 2nd line caused problems with Java keyboard focus so I commented it out. The DestroyFunc alone seems to be working fine. Rob