Skip to content

Instantly share code, notes, and snippets.

@victorcarrico
Created July 28, 2021 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorcarrico/26f0d0f5c8fcf789c5f3351754ad1685 to your computer and use it in GitHub Desktop.
Save victorcarrico/26f0d0f5c8fcf789c5f3351754ad1685 to your computer and use it in GitHub Desktop.
Open/Focus terminator shortcut
#!/bin/bash
run-one terminator
wmctrl -ia "$(wmctrl -lp | grep "Terminator" | tail -1 | awk '{print $1}')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment