From 4bad15cb501730b9385808b2e56a6bee5ba8b891 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 17 Jan 2026 12:22:04 +0100 Subject: tweak(workstation): open .svg files with firefox --- user/open/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'user/open') diff --git a/user/open/config.toml b/user/open/config.toml index c99864d..4dedb2a 100644 --- a/user/open/config.toml +++ b/user/open/config.toml @@ -1,6 +1,7 @@ [mime-types] "application/pdf" = ["zathura"] "image/*" = ["imv"] +"image/svg+xml" = ["firefox"] "text/html" = ["firefox"] "text/*" = ["foot", "vim"] "video/*" = ["mpv"] -- cgit v1.3.1