diff options
| author | Martin Fischer <martin@push-f.com> | 2026-01-17 12:22:04 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-01-17 12:25:03 +0100 |
| commit | 4bad15cb501730b9385808b2e56a6bee5ba8b891 (patch) | |
| tree | d59841b94c19cab01a713b70a9cf2dc1de0f2735 /user | |
| parent | 7913cc46611cd6e4a1d11b12161d11a26b3bfd7c (diff) | |
tweak(workstation): open .svg files with firefox
Diffstat (limited to 'user')
| -rw-r--r-- | user/open/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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"] |
