Používal jsem wmctrl -a <name>
, který funguje dobře, ale nedávno přešel na xdotool
, např.:
xdotool search --name <name-or-regex-for-name> windowraise
Má také mnoho dalších funkcí.
Instalace:
sudo apt-get install xdotool
No, po sudo apt-get install wmctrl
-ing, můžete si hrát s tímto bash skriptem:
#! /bin/bash
WINTITLE="Mail/News" # Main Thunderbird window has this in titlebar
PROGNAME="mozilla-thunderbird" # This is the name of the binary for t-bird
# Use wmctrl to list all windows, count how many contain WINTITLE,
# and test if that count is non-zero:
if [ `wmctrl -l | grep -c "$WINTITLE"` != 0 ]
then
wmctrl -a "$WINTITLE" # If it exists, bring t-bird window to front
else
$PROGNAME & # Otherwise, just launch t-bird
fi
exit 0
Které jsem našel zde
Upgradujte základní desku a CPU bez přeinstalace
gnome-terminal:jak zachovat symbolické odkazy pracovního adresáře při otevírání nové karty?