Is there a way to configure a Linux machine so that I can click on any where on the Xterm window to bring it to the front/top. By default, I have to click on the title bar but often the entire title bar is underneath another window.
Thanks! Indeed, I didn't know the right questions to ask nor the right information to supply. I'm still new to Linux and am dizzy dealing with the many variations of tools.
OK, now I have found out that the windows manager I'm running is twm, and the xterm configuration file is .Xresources. I'm accessing the linux machine through vncserver (I found out about twm by looking at the file, .vnc/xstartup.)
Given the above, can anyone tell me what parameter(s) to configure so I can raise a xterm window to the top without having to find its title bar and click on it? I've googled a few parameters but none of them seems to work:
MwmfocusAutoRaise: True
MakerfocusAutoRaise: True
Xterm*AutoRaise: on
Is there any documentation on the parameters the .Xresources can set?
Thanks!!
Thanks! Currently, someone showed me to use a different windows manager, namely, gnome, where left clicking on a window raises it to the top by default. So I'm cool. But I would like to try out the .twmrc approach next time when I am ready to reboot.