Skip to content

Instantly share code, notes, and snippets.

@oxyc
Created February 12, 2013 15:28
Show Gist options
  • Save oxyc/4770659 to your computer and use it in GitHub Desktop.
Save oxyc/4770659 to your computer and use it in GitHub Desktop.
-- Take screenshot and upload to imgur
, ((myModKey .|. shiftMask, xK_p), spawn "file=$(scrot -e 'echo $f') && google-chrome $(imgurbash $file 2>/dev/null) && rm -f $file")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment