kickoff: add module (#6918)
This commit is contained in:
parent
be7cf1709b
commit
69c60b035e
6 changed files with 100 additions and 0 deletions
13
tests/modules/programs/kickoff/example-config.toml
Normal file
13
tests/modules/programs/kickoff/example-config.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
font_size = 32
|
||||
padding = 100
|
||||
|
||||
[history]
|
||||
decrease_interval = 48
|
||||
|
||||
[keybinding]
|
||||
complete = ["Tab"]
|
||||
execute = ["KP_Enter", "Return"]
|
||||
paste = ["ctrl+v"]
|
||||
|
||||
[search]
|
||||
show_hidden_files = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue