diff options
author | Alex Humphreys <alex@humphreys.pro> | 2012-05-21 08:53:43 -0500 |
---|---|---|
committer | Alex Humphreys <alex@humphreys.pro> | 2012-05-21 08:53:43 -0500 |
commit | e836db3a48988aa6543dbb579bba3fc326dee1e4 (patch) | |
tree | 5f20e2e6c19d8746e9d0dbf64399caaf10244857 | |
parent | b80cc30cde5b5a7e1cc3224159864b2739960a26 (diff) | |
download | dotfiles-e836db3a48988aa6543dbb579bba3fc326dee1e4.tar.gz dotfiles-e836db3a48988aa6543dbb579bba3fc326dee1e4.tar.bz2 dotfiles-e836db3a48988aa6543dbb579bba3fc326dee1e4.zip |
Maximum set volume is 7, not 10
See:
http://docs.info.apple.com/article.html?path=AppleScript/2.1/en/as213.ht
ml
-rw-r--r-- | .aliases | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,5 +100,5 @@ done # Stuff I never really use but cannot delete either because of http://xkcd.com/530/ alias stfu="osascript -e 'set volume output muted true'" -alias pumpitup="osascript -e 'set volume 10'" +alias pumpitup="osascript -e 'set volume 7'" alias hax="growlnotify -a 'Activity Monitor' 'System error' -m 'WTF R U DOIN'"
\ No newline at end of file |