|
From: Michael J. <me...@ka...> - 2013-10-02 15:54:55
|
On Wed, Oct 2, 2013 at 8:44 AM, Marc MERLIN <mar...@me...> wrote:
> While we're at it, another thing I really liked with Eterm.
> Eterm had 'steal focus' in its menu. I use this when the WM is hung but X
> still works so that I can type in that terminal to fix things.
> Use an NFS homedir that hangs, or kill -STOP enlightenment to see what I
> mean, and then you can't move your typing focus to a terminal to fix things
> unless you already have an Eterm running.
>
> Would that be easy to add?
It should be fairly trivial. It's just an action binding which leads
to the following:
XSetInputFocus(Xdisplay, my_window, RevertToParent, CurrentTime);
XRaiseWindow(Xdisplay, my_window);
Eterm's escape sequence for that is "\e]5;\a" if you want to use the same one.
Michael
--
Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <me...@ka...>
Linux Server/Cluster Admin, LBL.gov Author, Eterm (www.eterm.org)
|