Skip to content

Instantly share code, notes, and snippets.

@obfusk
Last active December 22, 2015 19:59
Show Gist options
  • Select an option

  • Save obfusk/6522912 to your computer and use it in GitHub Desktop.

Select an option

Save obfusk/6522912 to your computer and use it in GitHub Desktop.
start gnome-terminal (80x40) in top left or bottom right
#!/bin/bash
gnome-terminal --geometry 80x40-0-0 "$@"
#!/bin/bash
gnome-terminal --geometry 80x40+0+0 "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment