-
-
Save obfusk/6522912 to your computer and use it in GitHub Desktop.
start gnome-terminal (80x40) in top left or bottom right
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| gnome-terminal --geometry 80x40-0-0 "$@" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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