Conkeror: Open spreadsheets with libreoffice
This commit is contained in:
parent
a18052dc9c
commit
09f4c329af
1 changed files with 4 additions and 0 deletions
|
@ -193,6 +193,10 @@ theme_load("yoshi");
|
|||
|
||||
external_content_handlers.set("application/pdf", "zathura");
|
||||
external_content_handlers.set("application/vnd.ms-excel", "libreoffice");
|
||||
external_content_handlers.set(
|
||||
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
||||
"libreoffice"
|
||||
);
|
||||
|
||||
var gh_url = "http://github.com/";
|
||||
function read_url_github_repo_command_handler(input)
|
||||
|
|
Loading…
Reference in a new issue