From 330ba7117bcb73d7294601dbe7d1c7834eeaeffc Mon Sep 17 00:00:00 2001 From: Phantop Date: Mon, 9 Nov 2020 22:10:06 -0500 Subject: [PATCH] Qute: don't open dl dir if nothing selected --- .config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index a7641cd..9c77ea0 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -54,7 +54,7 @@ config.bind('', 'spawn -u readability') config.bind('st', 'config-cycle -t content.proxy socks://localhost:9050/ system') config.bind('sc', 'config-cycle -t content.user_stylesheets adapta.css ""') -config.bind('sd', "spawn fish -c 'xdg-open ~/Downloads/(ls ~/Downloads | rofi -location 6 -dmenu)'") +config.bind('sd', "spawn fish -c 'xdg-open ~/Downloads/(ls ~/Downloads | rofi -location 6 -dmenu || exit 0)'") # APPEARANCE #