this is my script to embed terminal in my desktop, but how do I make it appear in the corner next to the unity launcher?
#!/bin/bash
sleep 20 && gnome-terminal --window-with-profile=trans777 &
|
this is my script to embed terminal in my desktop, but how do I make it appear in the corner next to the unity launcher?
| ||||
|
feedback
|
|
You have to use the --geometry argument with the gnome-terminal command. | |||||||||||
feedback
|