# Kickoff default config
# Characters shown in front of the query.
= ''
# space between window border and the content in pixel
= 100
= [
'Noto Sans Mono',
] # list of otf or ttf fonts. later elements work as fallback
= 32.0
[]
= 48 # interval to decrease the number of launches in hours
[]
# color format: rgb or rgba, if transparency is desired
= '#282c34aa'
= '#abb2bfff'
= '#ffffffff' # for search results
= '#e5c07bff' # for the search query
= '#61afefff' # for the currently selected result
[]
# keybindings syntax: ctrl/shift/alt/logo as modifiers and a key joined by '+' signs
# A list of available keys can be found here: https://docs.rs/crate/x11-keysymdef/0.2.0/source/src/keysym.json
= ["ctrl+v"]
= ["KP_Enter", "Return"]
= ["KP_Delete", "Delete", "BackSpace"]
= ["ctrl+KP_Delete", "ctrl+Delete", "ctrl+BackSpace"]
= ["Tab"]
= ["Up"]
= ["Down"]
= ["Escape"]