thunar?
This commit is contained in:
parent
012789e5d0
commit
90958aaf24
3 changed files with 39 additions and 9 deletions
|
@ -71,7 +71,7 @@ in {
|
|||
"video/H265" = "mpv.desktop";
|
||||
"video/H264" = "mpv.desktop";
|
||||
"video/vnd.youtube.yt" = "mpv.desktop";
|
||||
"inode/directory" = "dolphin.desktop";
|
||||
"inode/directory" = "thunar.desktop";
|
||||
"image/gif" = "imv-rifle.desktop";
|
||||
"image/jpeg" = "imv-rifle.desktop";
|
||||
"image/heif" = "imv-rifle.desktop";
|
||||
|
@ -88,6 +88,12 @@ in {
|
|||
"x-scheme-handler/http" = "firefox.desktop";
|
||||
"x-scheme-handler/https" = "firefox.desktop";
|
||||
"text/html" = "firefox.desktop";
|
||||
"text/org" = "emacsclient.desktop";
|
||||
"text/md" = "emacsclient.desktop";
|
||||
"text/txt" = "emacsclient.desktop";
|
||||
"text/rs" = "emacsclient.desktop";
|
||||
"text/plain" = "emacsclient.desktop";
|
||||
"application/pdf" = "emacsclient.desktop";
|
||||
"x-scheme-handler/about" = "firefox.desktop";
|
||||
"x-scheme-handler/unknown" = "firefox.desktop";
|
||||
};
|
||||
|
@ -105,7 +111,7 @@ in {
|
|||
"video/H265" = "mpv.desktop";
|
||||
"video/H264" = "mpv.desktop";
|
||||
"video/vnd.youtube.yt" = "mpv.desktop";
|
||||
"inode/directory" = "dolphin.desktop";
|
||||
"inode/directory" = "thunar.desktop";
|
||||
"image/gif" = "imv-rifle.desktop";
|
||||
"image/jpeg" = "imv-rifle.desktop";
|
||||
"image/heif" = "imv-rifle.desktop";
|
||||
|
@ -120,6 +126,12 @@ in {
|
|||
"x-scheme-handler/http" = "firefox.desktop";
|
||||
"x-scheme-handler/https" = "firefox.desktop";
|
||||
"text/html" = "firefox.desktop";
|
||||
"text/org" = "emacsclient.desktop";
|
||||
"text/md" = "emacsclient.desktop";
|
||||
"text/txt" = "emacsclient.desktop";
|
||||
"text/rs" = "emacsclient.desktop";
|
||||
"text/plain" = "emacsclient.desktop";
|
||||
"application/pdf" = "emacsclient.desktop";
|
||||
"x-scheme-handler/about" = "firefox.desktop";
|
||||
"x-scheme-handler/unknown" = "firefox.desktop";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue