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:
parent
ff2ae79878
commit
d69a0f40e1
5 changed files with 41 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue