mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
feat: Updates walker config that was giving errors after walker update.
This commit is contained in:
14
env/.config/walker/config.toml
vendored
14
env/.config/walker/config.toml
vendored
@@ -16,13 +16,13 @@ anchor_right = true
|
||||
[placeholders]
|
||||
"default" = { input = "Search", list = "No Results" } # placeholders for input and empty list, key is the providers name, so f.e. "desktopapplications" or "menus:other"
|
||||
|
||||
[keybinds]
|
||||
close = "Escape"
|
||||
next = "Down"
|
||||
previous = "Up"
|
||||
toggle_exact = "ctrl e"
|
||||
resume_last_query = "ctrl r"
|
||||
quick_activate = ["F1", "F2", "F3", "F4"]
|
||||
# [keybinds]
|
||||
# close = "Escape"
|
||||
# next = "Down"
|
||||
# previous = "Up"
|
||||
# toggle_exact = "ctrl e"
|
||||
# resume_last_query = "ctrl r"
|
||||
# quick_activate = ["F1", "F2", "F3", "F4"]
|
||||
|
||||
[providers]
|
||||
default = [
|
||||
|
||||
Reference in New Issue
Block a user