dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 0a10d95f3bc05d3e3ac8640a462a0d86b3017d1c
parent 14fda456b737dcfe308ef588eaad36634555f920
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Fri, 11 Feb 2022 16:58:12 -0500

rifle.conf: evince before xournalpp

Diffstat:
Mlinux/.config/ranger/rifle.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux/.config/ranger/rifle.conf b/linux/.config/ranger/rifle.conf @@ -56,10 +56,10 @@ mime ^video, terminal, !X, has mpv = mpv -- "$@" # Documents #------------------------------------------- ext pdf, has zathura, X, flag f = zathura -- "$@" +ext pdf, has evince, X, flag f = evince -- "$@" ext pdf, has xournalpp,X, flag f = xournalpp "$@" ext pdf, has mupdf, X, flag f = mupdf "$@" ext pdf, has mupdf-x11,X, flag f = mupdf-x11 "$@" -ext pdf, has evince, X, flag f = evince -- "$@" ext xopp, has xournalpp, X, flag f = xournalpp "$@" ext shp, has qgis, X, flag f = qgis "$@"