From 4abfe55278b0602ff13cb8ac39dafddf6643c107 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Fri, 7 Nov 2014 10:24:33 +0300 Subject: [PATCH] mc: Open .docx with a Libre Writer. --- .config/mc/mc.ext | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/mc/mc.ext b/.config/mc/mc.ext index 011b361..e70b608 100644 --- a/.config/mc/mc.ext +++ b/.config/mc/mc.ext @@ -619,6 +619,10 @@ regex/\.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf regex/\.([Pp][Pp][Tt])$ Open=(loimpress %f >/dev/null 2>&1)& +# MS Office Word documents +regex/\.([Dd][Oo][Cc][Xx])$ + Open=(loimpress %f >/dev/null 2>&1)& + # AbiWord shell/.abw Open=(abiword %f &)