From 4ed8b8db4b929c25588a3ef9eaad5773460b6cbb Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Sun, 20 Feb 2022 22:05:42 +0100 Subject: [PATCH] Open qutebrowser in background --- mail.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail.org b/mail.org index 1d61ae2..56c8a38 100644 --- a/mail.org +++ b/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