diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-02-23 17:19:32 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-02-23 17:19:32 +0100 |
commit | abd011f7cf8d298b8bbbe30eedb329094d43c0b9 (patch) | |
tree | 300909ce22e5c356a4735dbedaf795a594055c9e /test/config.ini | |
parent | Minor features (diff) | |
download | smolbote-abd011f7cf8d298b8bbbe30eedb329094d43c0b9.tar.xz |
Download manager improvements
Added shortcut for download dialog
Dialog has proper title
Settings replaces ~ with home location
Showing download item details
Diffstat (limited to 'test/config.ini')
-rw-r--r-- | test/config.ini | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/config.ini b/test/config.ini index c04b942..ea5c258 100644 --- a/test/config.ini +++ b/test/config.ini @@ -11,8 +11,13 @@ profile=Default subscription= [bookmarks] +dialogShortcut=Ctrl+Shift+B path=bookmarks.xbel +[downloads] +dialogShortcut=Ctrl+Shift+D +path=~/Downloads + [window] height=720 width=1280 @@ -20,7 +25,6 @@ title=$title — smolbote [$profile] [shortcuts] focusAddress=F4 -bookmarks=Ctrl+Shift+B tabClose=Ctrl+X tabLeft=Shift+Left tabRight=Shift+Right |