Skip to content

Instantly share code, notes, and snippets.

@starenka
Created August 23, 2012 22:18
Show Gist options
  • Save starenka/3442697 to your computer and use it in GitHub Desktop.
Save starenka/3442697 to your computer and use it in GitHub Desktop.
shell script to open a new tab with googled term and switch to browser (opera + awesome)
#!/bin/bash
opera --remote "openURL(g $*,new-page)" > /dev/null
echo "awful.tag.viewonly(tags[mouse.screen][4])" | awesome-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment