diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-08 21:01:02 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-08 21:01:02 +0100 |
commit | 44cbf54997f9a61836729d111cd9190df6250a4b (patch) | |
tree | 79ac9c3d71492d045bc7d3291754bb3a1765d5d7 /data | |
parent | Merge branch 'master' of neueland-git:smolbote (diff) | |
download | smolbote-44cbf54997f9a61836729d111cd9190df6250a4b.tar.xz |
Fixed showing bookmarks and downloads widgets
Diffstat (limited to 'data')
-rw-r--r-- | data/poi.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/poi.cfg b/data/poi.cfg index 68503e1..0731ba2 100644 --- a/data/poi.cfg +++ b/data/poi.cfg @@ -50,9 +50,11 @@ profile = { // Bookmark settings bookmarks = { path = "~/.config/smolbote/bookmarks.xbel"; + shortcut = "Ctrl+B"; }; // Downloads settings downloads = { path = "~/Downloads" + shortcut = "Ctrl+D"; }; |