Skip to content

Commit a316e37

Browse files
raboofwilhelmy
authored andcommitted
Use xdg-open for the inline docs as well (#214)
1 parent 38f731f commit a316e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ioncore/ioncore_misc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,5 +409,5 @@ $().ready(function(){
409409

410410
io.close(keysfile)
411411

412-
mod_query.exec_on_merr(frame, "run-mailcap --mode=view " .. filename)
412+
mod_query.exec_on_merr(frame, (VIEW_COMMAND or 'xdg-open') .. ' ' .. filename)
413413
end

0 commit comments

Comments
 (0)