Skip to content

Instantly share code, notes, and snippets.

@bugventure
Created May 2, 2017 05:42
Show Gist options
  • Save bugventure/c432febd75bec8936114ece6e551156b to your computer and use it in GitHub Desktop.
Save bugventure/c432febd75bec8936114ece6e551156b to your computer and use it in GitHub Desktop.
if
ps aux | grep "[g]nome-terminal" > /dev/null
then
xdotool windowactivate `xdotool search --onlyvisible --class gnome-terminal`
else
gnome-terminal &
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment