I'm attempting to resize and relocate various windows I use for work using Autokey to make my morning a little faster. From what I've googled, Autokey uses python to run its scripts. I've also seen half a dozen programs that could do the job for me, but I'm trying to do this with only the tools I have available to me.
I don't necessarily need it spelled out to me. Any direction to the right documentation would help, or a link to a similar script. I'm currently running fedora 20, and open my windows with a little shell script:
google-chrome "http://google.com/"&
google-chrome "http://leafdns.com/"&
pidgin&
konsole --noclose -e &
autokey-gtk&
gedit "test"&
As far as I can tell, there's nothing I can do in this shell script that can handle window movement.