From b151282f15bf56f489e9b05f4cae2dad0356632f Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 15 Nov 2021 09:42:40 +0100 Subject: [PATCH] Feat: vifm open svg with inkscape --- vifm/.config/vifm/vifmrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vifm/.config/vifm/vifmrc b/vifm/.config/vifm/vifmrc index 1129632..56b3ce5 100644 --- a/vifm/.config/vifm/vifmrc +++ b/vifm/.config/vifm/vifmrc @@ -243,6 +243,9 @@ filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm \ convert -identify %f -verbose /dev/null +filetype *.svg inkscape %f + + " OpenRaster filextype *.ora \ {Edit in MyPaint}