diff options
author | hut <hut@lavabit.com> | 2009-06-25 21:15:53 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-06-25 21:15:53 +0200 |
commit | 9de547642b7d5121bbcba8efcbea7481755ddb6b (patch) | |
tree | 823b6651309c8fb6de2ff1d123db97b1f02acc06 /data/apps.rb | |
parent | 1c71384168581dd6f48375256c17f4cb0dcd0dcf (diff) | |
download | ranger-9de547642b7d5121bbcba8efcbea7481755ddb6b.tar.gz |
apps
Diffstat (limited to 'data/apps.rb')
-rw-r--r-- | data/apps.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/apps.rb b/data/apps.rb index 18856262..89b8a9cc 100644 --- a/data/apps.rb +++ b/data/apps.rb @@ -53,6 +53,7 @@ module Application when 0; "mplayer -fs -sid 0 #{files}" when 1; "mplayer -sid 0 #{files}" when 2; "mplayer -vm sdl -sid 0 #{files}" + when 3; "mplayer -mixer software #{files}" else nil end end |