]> git.rmz.io Git - dotfiles.git/commitdiff
ranger: remove -- from xdg-open
authorSamir Benmendil <me@rmz.io>
Mon, 5 Feb 2024 00:56:10 +0000 (00:56 +0000)
committerSamir Benmendil <me@rmz.io>
Wed, 21 Feb 2024 01:26:30 +0000 (01:26 +0000)
It seems to not support this anymore.

ranger/rifle.conf

index 4888aee4eef063006c84c8cc6ffde477ebb7bf33..1334d56e3ddc82838a0c6b110f255c611ea1a06a 100644 (file)
@@ -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