Qute: don't open dl dir if nothing selected

This commit is contained in:
Phantop 2020-11-09 22:10:06 -05:00
parent 8e5e388488
commit 330ba7117b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ config.bind('<Ctrl-r>', '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 #