Fix the open rule
It was simply wrong with `xdg-`, `gnome-` and `kde-open`.
This commit is contained in:
@@ -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://')
|
||||
|
||||
Reference in New Issue
Block a user