diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-11-29 15:44:40 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-11-29 15:44:40 +0100 |
commit | e4402ac5ca0966515b00c278bb8c6fa1df07fc66 (patch) | |
tree | b9eaf705eeea19c7bbd218ed2a9e792fcddb7f35 /linux | |
parent | Remove old session code (diff) | |
download | smolbote-e4402ac5ca0966515b00c278bb8c6fa1df07fc66.tar.xz |
Add --session and --pick-session
-s,--session replaces --browser.session
--pick-session shows the SessionDialog instead of creating a session on
startup
Diffstat (limited to 'linux')
-rw-r--r-- | linux/.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/.config b/linux/.config index 42e015b..3a2c718 100644 --- a/linux/.config +++ b/linux/.config @@ -15,6 +15,7 @@ CONFIG_PATH_PLUGINS="~/.config/smolbote/plugins.d" CONFIG_PATH_PROFILES="~/.config/smolbote/profiles.d" CONFIG_PATH_BOOKMARKS="~/.config/smolbote/bookmarks.xbel" CONFIG_PATH_DOWNLOADS="~/Downloads" +CONFIG_PATH_SESSION="~/.config/smolbote/session.d" # # Keyboard shortcuts |