On Thu, Nov 14, 2013 at 12:14:34PM -0500, Máirín Duffy wrote: > On 11/14/2013 11:17 AM, Florian Müllner wrote: > > We had requests to also show application icons in addition to the > > window previews in the past[0], but of course that doesn't help the > > multiple-terminal case at all ... > > I have had that extension installed though, and it does help at least > though for distinguishing between the grey and white rectangles > (firefox, thunderbird, irc, gnote, gedit, etc.). > > But yeah, the answer for terminals is not so simple. For many years, I've have this set this in my tsch .login (and make sure the terminal is set to process the .login file): #!/bin/tcsh if ($TERM == "xterm" || $TERM == "xterm-color" || $TERM == "gnome-terminal") then echo "\033]2;($tty) $USER@$SHORTHOST\007" alias precmd 'echo -n "\033]2;($tty) $USER@$SHORTHOST ($cwd)\007"' endif This causes the terminal title bar to change like this: (pts/1) cra@host (/home/cra) which I then use to identify which terminal to click on in Overview mode. It works very nicely. -- desktop mailing list desktop@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/desktop