about summary refs log tree commit diff stats
path: root/data/apps.rb
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-15 12:54:58 +0200
committerhut <hut@lavabit.com>2009-07-15 12:54:58 +0200
commit42ba2b763f001e86e2d41ddcadbb76f75a8b9e4a (patch)
tree5e53e21e55294f10616d7ddb39461b4b7c6e1ae7 /data/apps.rb
parent5620be0e001e7e46c180392f91027b8a4bad81c2 (diff)
downloadranger-42ba2b763f001e86e2d41ddcadbb76f75a8b9e4a.tar.gz
little fixes
Diffstat (limited to 'data/apps.rb')
-rw-r--r--data/apps.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/apps.rb b/data/apps.rb
index 019a9848..e6adaa06 100644
--- a/data/apps.rb
+++ b/data/apps.rb
@@ -6,7 +6,6 @@
 
 
 module Application
-
 	## def totem(files) starts the definition of totem
 	def totem(files)
 		## this is the `case' statement.
@@ -54,6 +53,7 @@ module Application
 		when 1; "mplayer -sid 0 #{files}"
 		when 2; "mplayer -vm sdl -sid 0 #{files}"
 		when 3; "mplayer -mixer software #{files}"
+		when 4; "mplayer -vo caca #{files}"
 		else nil end
 	end