about summary refs log tree commit diff stats
path: root/data/apps.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/apps.rb')
-rw-r--r--data/apps.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/apps.rb b/data/apps.rb
index e8d5923a..68176d6e 100644
--- a/data/apps.rb
+++ b/data/apps.rb
@@ -43,6 +43,10 @@ module Application
 		end
 	end
 
+	def wine(files)
+		"wine #{files}"
+	end
+
 	def gedit(files)
 		"gedit #{files}"
 	end
@@ -72,6 +76,10 @@ module Application
 		else nil end
 	end
 
+	def gimp(files)
+		"gimp #{files}"
+	end
+
 	def interpreted_language(files)
 		case files.mode
 		when 1; run(files)