aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser/userscripts/open_downloads
diff options
context:
space:
mode:
Diffstat (limited to 'config/qutebrowser/userscripts/open_downloads')
-rwxr-xr-xconfig/qutebrowser/userscripts/open_downloads4
1 files changed, 4 insertions, 0 deletions
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}";
+