URI Matching multiple rules will launch multiple programs
avahe-kellenberger opened this issue · 0 comments
avahe-kellenberger commented
Setup
I have a URI rule to open all images with feh
as my first rule, and another rule at the bottom to open all other links with my $BROWSER
.
Behavior
feh
opens the image as expected, but once feh exists, the image is opened in my $BROWSER
.
Expected Behavior
feh
opens the image (as it's the first listed matching rule), and nothing happens after exiting feh.
Perhaps it would be beneficial to allow granular control - having the capability to open a matched URI in multiple programs, or to not. Personally I'd just like there to be a 1 to 1 match.