adding magnet links and some other small tweaks to startup
This commit is contained in:
parent
217e0d8826
commit
99a4d8420e
2 changed files with 5 additions and 3 deletions
|
@ -96,6 +96,7 @@ in {
|
|||
"application/pdf" = "emacsclient.desktop";
|
||||
"x-scheme-handler/about" = "firefox.desktop";
|
||||
"x-scheme-handler/unknown" = "firefox.desktop";
|
||||
"x-scheme-handler/magnet" = "torrent.desktop";
|
||||
};
|
||||
defaultApplications = {
|
||||
"video/mp4" = "mpv.desktop";
|
||||
|
@ -134,6 +135,7 @@ in {
|
|||
"application/pdf" = "emacsclient.desktop";
|
||||
"x-scheme-handler/about" = "firefox.desktop";
|
||||
"x-scheme-handler/unknown" = "firefox.desktop";
|
||||
"x-scheme-handler/magnet" = "torrent.desktop";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue