From 3c5f903884982846c348d43b5314ca0e564bde17 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 5 Feb 2024 00:56:10 +0000 Subject: [PATCH] ranger: remove -- from xdg-open It seems to not support this anymore. --- ranger/rifle.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1