From 67121e023faf0c4f622303ce8f497e48b8363ba6 Mon Sep 17 00:00:00 2001 From: Emmet Date: Mon, 1 Apr 2024 12:41:35 -0500 Subject: [PATCH] Updates to ranger file opening --- user/app/ranger/rifle.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/user/app/ranger/rifle.conf b/user/app/ranger/rifle.conf index c6b144a..3239a03 100644 --- a/user/app/ranger/rifle.conf +++ b/user/app/ranger/rifle.conf @@ -76,7 +76,7 @@ ext nes, has fceux, X = fceux "$1" name ^[mM]akefile$ = make #----------- FL STUDIO -------------- -ext flp = flstudio "$@" +ext flp = flstudio "$@" & &>/dev/null #-------------------------------------------- # Scripts @@ -119,7 +119,7 @@ mime ^video, terminal, !X, has mplayer = mplayer -- "$@" #------------------------------------------- ext pdf, has atril, X, flag f = atril "$@" ext djvu, has atril, X, flag f = atril "$@" -ext epub, has atril, X, flag f = atril "$@" "atril" +ext epub, has foliate, X, flag f = foliate "$@" ext pptx?|od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has libreoffice, X, flag f = soffice "$@" @@ -130,7 +130,7 @@ ext cbz, has zathura, X, flag f = zathura -- "$@" #------------------------------------------- # Images #------------------------------------------- -mime ^image, has krita, X, flag f = krita "$@" +mime ^image, has pinta, X, flag f = pinta "$@" mime ^image/svg, has inkscape, X, flag f = inkscape "$@" #------------------------------------------- @@ -213,10 +213,10 @@ label pager, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" ###################################################################### # My applications -ext kra = krita "$@" -ext blend* = blender "$@" -ext helio = helio "$@" -ext kdenlive = kdenlive-accel "$@" +ext kra = krita "$@" & &>/dev/null +ext blend* = blender "$@" & &>/dev/null +ext helio = helio "$@" & &>/dev/null +ext kdenlive = kdenlive-accel "$@" & &>/dev/null # Execute a file as program/script. mime application/x-executable = "$1"