aboutsummaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-01-29 16:52:51 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-01-29 16:55:34 +0200
commit209d060b6eff7cc3f13b61758e01837087c99291 (patch)
treedd36aa62f0b8dbcd8b2b040645ea4d53fa714487 /Kconfig
parentBookmarksToolbar: add toggle shortcut (diff)
downloadsmolbote-209d060b6eff7cc3f13b61758e01837087c99291.tar.xz
MenuBar: Add Unlock toolbars toggle
Add BookmarksToolbar config toggles - bookmarks.toolbar.movable - bookmarks.toolbar.visible clang-format pass
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig12
1 files changed, 9 insertions, 3 deletions
diff --git a/Kconfig b/Kconfig
index b0017b3..a7daf09 100644
--- a/Kconfig
+++ b/Kconfig
@@ -38,7 +38,7 @@ menu "Keyboard shortcuts"
default "Ctrl+D"
comment "Navigation Bar shortcuts"
- config shortcuts.navigationbar.show
+ config navigationbar.show
string "Toggle navigation bar"
default "Ctrl+Shift+N"
config shortcuts.navigation.back
@@ -127,9 +127,15 @@ menu "Bookmarks"
config shortcuts.window.bookmarks.show
string "Show bookmarks dialog in this window"
default "Ctrl+B"
- config shortcuts.bookmarkstoolbar.show
- string "Toggle bookmarks toolbar"
+ config bookmarks.toolbar.show
+ string "Toggle bookmarks toolbar visibility"
default "Ctrl+Shift+B"
+ config bookmarks.toolbar.movable
+ bool "Default bookmarks toolbar movable"
+ default n
+ config bookmarks.toolbar.visible
+ bool "Default bookmarks toolbar visibility"
+ default n
endmenu
menu "Profile Settings"