Skip to content

Instantly share code, notes, and snippets.

@nawb
Created June 30, 2014 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nawb/3695f891ba428539bbd4 to your computer and use it in GitHub Desktop.
Save nawb/3695f891ba428539bbd4 to your computer and use it in GitHub Desktop.
Opens a new tumblr tab in incognito
#!/bin/bash
# Click your heels together three times and say "There's no place like home."
chromium --incognito --new-window http://tumblr.com
# AND THIS PART GOES IN ~/.config/openbox/rc.xml, within the <keyboard> tag:
# <keybind key="A-F5">
# <action name="Execute">
# <startupnotify>
# <enabled>true</enabled>
# <name>Run Program</name>
# </startupnotify>
# <command>~/scripts/silver-shoes</command>
# </action>
# </keybind>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment