From e836db3a48988aa6543dbb579bba3fc326dee1e4 Mon Sep 17 00:00:00 2001 From: Alex Humphreys Date: Mon, 21 May 2012 08:53:43 -0500 Subject: Maximum set volume is 7, not 10 See: http://docs.info.apple.com/article.html?path=AppleScript/2.1/en/as213.ht ml --- .aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3