]> git.phdru.name Git - dotfiles.git/commitdiff
.mc/menu: reorder some items
authorOleg Broytman <phd@phdru.name>
Sat, 31 Jan 2015 18:59:05 +0000 (21:59 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 31 Jan 2015 18:59:05 +0000 (21:59 +0300)
.mc/menu

index 2f605a55660c503320839dbfe3cbcf2801c73334..a97f26cb8e27d9f0f06558feb95554ba3617e522 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -57,6 +57,10 @@ T  fb2txt
    esac
    $A %f | xsltproc /usr/local/src/FictionBook/FB2_2_txt_ru.xsl - | webstdin -e txt -t
 
++= t r & f \.(pdf|PDF|ps|PS|djvu)(\.bz2|\.gz)?$
+e  View pdf/ps/djvu with evince
+   evince %f &
+
 += t r & f \.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg)$
 o  View OpenDoc with odt2txt
    odt2txt %f | ${PAGER:-more}
@@ -65,10 +69,6 @@ o  View OpenDoc with odt2txt
 e  Edit OpenDoc with libreoffice
    libreoffice %f &
 
-+= t r & f \.(pdf|PDF|ps|PS|djvu)(\.bz2|\.gz)?$
-e  View pdf/ps/djvu with evince
-   evince %f &
-
 += t r & f \.(doc|DOC|rtf)$
 d  View doc with catdoc
    catdoc %f | ${PAGER:-more}