1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-22 23:02:46 +00:00

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

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 #