From 36b9b8000ed9ff317d24c067a07178ebf1f79bda Mon Sep 17 00:00:00 2001 From: Phantop Date: Mon, 3 Aug 2020 22:41:35 -0400 Subject: [PATCH] Fish: qb remove VideoDecodeStats --- .config/fish/functions/qb.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/fish/functions/qb.fish b/.config/fish/functions/qb.fish index cfad850..4d18be4 100644 --- a/.config/fish/functions/qb.fish +++ b/.config/fish/functions/qb.fish @@ -1,3 +1,5 @@ -function qb -w qutebrowser +# Defined in /tmp/fish.ijOPnW/qb.fish @ line 2 +function qb --wraps=qutebrowser qutebrowser $argv --target auto & disown + rm -r VideoDecodeStats end