Rob Kirkbride wrote:
1) If you have focus following mouse you need to click on the title
bar to bring it the front rather than allowing a click anywhere in
the window.
2) When you click the title bar to do this it doesn't start thinking
you want to move the window.
I think it's a window manager resource called "autoraise". Try
'xrdb -q | grep -i raise' and see if it is shown. Look for an entry
in files which match the .[xX]* pattern. Try doing a recursive grep
on config files/dirs -- "grep -ir raise $HOME/.??*".