Skip to content

Instantly share code, notes, and snippets.

@mistificator
Last active August 26, 2024 20:16
Show Gist options
  • Save mistificator/e929d56f86d8fba9d0787e256c934de2 to your computer and use it in GitHub Desktop.
Save mistificator/e929d56f86d8fba9d0787e256c934de2 to your computer and use it in GitHub Desktop.
alias for GUI single application run (uses X and TWM)
#!/bin/sh
alias grun="(x &) && (sleep 0.1s) && (twm &) && (sleep 0.1s) &&"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment