aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Humphreys <alex@humphreys.pro>2012-05-21 08:53:43 -0500
committerAlex Humphreys <alex@humphreys.pro>2012-05-21 08:53:43 -0500
commite836db3a48988aa6543dbb579bba3fc326dee1e4 (patch)
tree5f20e2e6c19d8746e9d0dbf64399caaf10244857
parentb80cc30cde5b5a7e1cc3224159864b2739960a26 (diff)
downloaddotfiles-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--.aliases2
1 files changed, 1 insertions, 1 deletions
diff --git a/.aliases b/.aliases
index 4032e8a..b171b44 100644
--- a/.aliases
+++ b/.aliases
@@ -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