mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 09:48:30 +02:00
feat(xdg): use imv-dir instead to auto selects the directory where the image is located.
This commit is contained in:
@@ -69,11 +69,11 @@
|
|||||||
|
|
||||||
"audio/*" = ["mpv.desktop"];
|
"audio/*" = ["mpv.desktop"];
|
||||||
"video/*" = ["mpv.dekstop"];
|
"video/*" = ["mpv.dekstop"];
|
||||||
"image/*" = ["imv.desktop"];
|
"image/*" = ["imv-dir.desktop"];
|
||||||
"image/gif" = ["imv.desktop"];
|
"image/gif" = ["imv-dir.desktop"];
|
||||||
"image/jpeg" = ["imv.desktop"];
|
"image/jpeg" = ["imv-dir.desktop"];
|
||||||
"image/png" = ["imv.desktop"];
|
"image/png" = ["imv-dir.desktop"];
|
||||||
"image/webp" = ["imv.desktop"];
|
"image/webp" = ["imv-dir.desktop"];
|
||||||
};
|
};
|
||||||
|
|
||||||
associations.removed = {
|
associations.removed = {
|
||||||
|
|||||||
Reference in New Issue
Block a user