Skip to content

Instantly share code, notes, and snippets.

Created April 16, 2014 13:52
Show Gist options
  • Save anonymous/10878981 to your computer and use it in GitHub Desktop.
Save anonymous/10878981 to your computer and use it in GitHub Desktop.
#!/bin/sh
/usr/bin/mumble &
/usr/bin/xchat &
sleep 1;
echo "Positioning Mumble and XChat"
wmctrl -r "Mumble" -e 0,2700,0,500,500
wmctrl -r "XChat:" -e 0,1920,0,776,500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment