I am configuring Terminator for my desktop. I use the Ctrl + Alt + T shortcut to launch it. Since I want only a single instance running, I use run-one terminator as the launcher command.
Now if an Terminator instance is running, a new instance isn`t launched, but the existing instance does not get focused.
Any ideas as to how I could get the Terminator window to get focus?
bash -c 'wmctrl -xa terminator.Terminator || terminator'on Ubuntu 18.10 using Gnome 3.30.1. Otherwise the shortcut would only work once terminator was running already. – vice_spirit Jan 09 '19 at 10:53