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:
parent
8e5e388488
commit
330ba7117b
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue