Open qutebrowser in background
This commit is contained in:
parent
c718e9be40
commit
4ed8b8db4b
2
mail.org
2
mail.org
@ -1205,7 +1205,7 @@ video/*; setsid mpv --quiet %s &
|
||||
image/*; sxiv -a -b %s &
|
||||
application/pdf; zathura %s &
|
||||
audio/*; /usr/bin/xdg-open %s; copiousoutput
|
||||
text/html; export DISPLAY=:0 && setsid qutebrowser %s; nametemplate=%s.html
|
||||
text/html; export DISPLAY=:0 && setsid qutebrowser %s > /dev/null 2>&1 &; nametemplate=%s.html
|
||||
text/html; lynx -width ${COLUMNS:-80} -dump %s; nametemplate=%s.html; copiousoutput;
|
||||
#+END_SRC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user