Fix the open rule

It was simply wrong with `xdg-`, `gnome-` and `kde-open`.
This commit is contained in:
mcarton
2015-08-17 16:22:05 +02:00
parent bc6b107066
commit 1becd92b12
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ def match(command, settings):
def get_new_command(command, settings):
return 'open http://' + command.script[5:]
return command.script.replace('open ', 'open http://')