diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-11-20 12:59:53 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-11-20 12:59:53 +0100 |
commit | db58900d3d289e2b25112963375edf183dca032f (patch) | |
tree | 629b49ebeb26b988706560b0cb965ec5ff04fadc /Kconfig | |
parent | Add adblockrule_parse (diff) | |
download | smolbote-db58900d3d289e2b25112963375edf183dca032f.tar.xz |
Make keyboard shortcut defaults configurable
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 21 |
1 files changed, 1 insertions, 20 deletions
@@ -7,26 +7,7 @@ menu "Application" default ":/icons/poi.svg" endmenu -menu "Configuration defaults" - config PATH_CONFIG - string "Configuration location" - default "~/.config/smolbote/smolbote.cfg" - config PATH_FILTER - string "Host filter path" - default "~/.config/smolbote/hosts.d" - config PATH_PLUGINS - string "Plugin load location" - default "~/.config/smolbote/plugins.d" - config PATH_PROFILES - string "Profile load location" - default "~/.config/smolbote/profiles.d" - config PATH_BOOKMARKS - string "Bookmarks location" - default "~/.config/smolbote/bookmarks.xbel" - config PATH_DOWNLOADS - string "Downloads location" - default "~/Downloads" -endmenu +source lib/configuration/Kconfig config USEPLASMA bool "Enable KDE Frameworks integration" |