From: Samir Benmendil Date: Mon, 5 Feb 2024 00:56:10 +0000 (+0000) Subject: ranger: remove -- from xdg-open X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/3c5f903884982846c348d43b5314ca0e564bde17 ranger: remove -- from xdg-open It seems to not support this anymore. --- diff --git a/ranger/rifle.conf b/ranger/rifle.conf index 4888aee..1334d56 100644 --- a/ranger/rifle.conf +++ b/ranger/rifle.conf @@ -191,7 +191,7 @@ label wallpaper, number 14, mime ^image, has feh, X = feh --bg-fill "$1" #------------------------------------------- # Generic file openers #------------------------------------------- -label open, has xdg-open = xdg-open -- "$@" +label open, has xdg-open = xdg-open "$@" label open, has open = open -- "$@" # Define the editor for non-text files + pager as last action