From f1cf59ce2df9204f818cfd038538a2a31a5c2262 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 21 Dec 2020 18:52:51 +0530 Subject: Adds qutebrowser config --- config/qutebrowser/userscripts/open_downloads | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 config/qutebrowser/userscripts/open_downloads (limited to 'config/qutebrowser/userscripts/open_downloads') diff --git a/config/qutebrowser/userscripts/open_downloads b/config/qutebrowser/userscripts/open_downloads new file mode 100755 index 0000000..c4098a9 --- /dev/null +++ b/config/qutebrowser/userscripts/open_downloads @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +sensible-terminal -e ~/.bin/with_zsh "lf ${QUTE_DOWNLOAD_DIR:-$HOME/Downloads}"; + -- cgit v1.3.1