mc: Open .docx with a Libre Writer.

This commit is contained in:
Kolan Sh 2014-11-07 10:24:33 +03:00
parent d4bd05f2d9
commit 4abfe55278
1 changed files with 4 additions and 0 deletions

View File

@ -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 &)