qutebrowser: Make xdg-utils optional

Replace all hard-coded instances of using xdg-open with at least one
non-xdg alternative. Mostly falling back to either mimeo or a custom
open script.
This commit is contained in:
Marty Oehme 2025-03-19 21:28:56 +01:00
parent ff2ae79878
commit d69a0f40e1
Signed by: Marty
GPG key ID: 4E535BC19C61886E
5 changed files with 41 additions and 8 deletions

View file

@ -243,7 +243,7 @@ video-reverse=false
# Your audio viewer.
# default=xdg-open
audio-viewer=xdg-open
audio-viewer=mimeo
# Open the audio viewer in the same terminal as toot. Only for terminal based
# viewers.
@ -261,7 +261,7 @@ audio-reverse=false
# Your web browser.
# default=xdg-open
link-viewer=xdg-open
link-viewer=mimeo
# Open the browser in the same terminal as toot. Only for terminal based
# browsers.