diff options
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" |