|
|
|
@ -32,6 +32,10 @@ padding = {
|
|
|
|
|
c.auto_save.session = True
|
|
|
|
|
c.editor.command = ["nvim", "-f", "{file}", "-c", "normal {line}G{column0}l"]
|
|
|
|
|
c.url.start_pages = ["https://duckduckgo.com"]
|
|
|
|
|
c.url.default_page = 'https://duckduckgo.com/'
|
|
|
|
|
c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}'}
|
|
|
|
|
c.downloads.position = 'bottom'
|
|
|
|
|
c.scrolling.smooth = False
|
|
|
|
|
|
|
|
|
|
# Background color of the completion widget category headers.
|
|
|
|
|
c.colors.completion.category.bg = palette['background']
|
|
|
|
|