I\'m trying to find a shell command that will open Google Chrome with specific x and y coordinates (so that I can set the position of the window when it opens.) Is it possib
I've used this:
google-chrome "data:text/html;charset=ISO-8859-1, "
but google-chrome block popup windows, so this:
google-chrome "data:text/html;charset=ISO-8859-1, clock "
give a nice way to do this.
Nota: This work as well with firefox too.