Add emacs as default for inode/directory mimetype
This commit is contained in:
parent
10800c1ba2
commit
6f7e6d18b9
|
@ -41,6 +41,8 @@
|
|||
emacs = ["emacsclient.desktop" "emacs.desktop"];
|
||||
browser = ["nyxt.desktop" "chromium-browser.desktop"];
|
||||
applications = {
|
||||
"inode/directory" = emacs;
|
||||
|
||||
"image/jpeg" = ["swayimg.desktop"] ++ emacs;
|
||||
"image/png" = ["swayimg.desktop"] ++ emacs;
|
||||
"video/mp4" = ["mpv.desktop"];
|
||||
|
|
Loading…
Reference in a new issue