fixed walker
parent
ff605be1ee
commit
24d1caf0d6
|
|
@ -56,7 +56,7 @@ resume_last_query = false
|
|||
labels = "jkl;asdf"
|
||||
|
||||
[builtins.applications]
|
||||
weight = 5
|
||||
weight = 9
|
||||
name = "applications"
|
||||
placeholder = "Applications"
|
||||
prioritize_new = true
|
||||
|
|
@ -168,8 +168,8 @@ typeahead = true
|
|||
|
||||
[builtins.finder]
|
||||
use_fd = true
|
||||
fd_flags = ""
|
||||
weight = 5
|
||||
fd_flags = " -u -i"
|
||||
weight = 10
|
||||
icon = "folder"
|
||||
name = "finder"
|
||||
placeholder = "Finder"
|
||||
|
|
@ -178,11 +178,11 @@ ignore_gitignore = true
|
|||
refresh = true
|
||||
concurrency = 10
|
||||
show_icon_when_single = true
|
||||
preview_images = false
|
||||
preview_images = true
|
||||
|
||||
[builtins.runner]
|
||||
eager_loading = true
|
||||
weight = 5
|
||||
weight = 11
|
||||
icon = "utilities-terminal"
|
||||
name = "runner"
|
||||
placeholder = "Runner"
|
||||
|
|
@ -193,7 +193,7 @@ refresh = true
|
|||
use_fd = false
|
||||
|
||||
[builtins.ssh]
|
||||
weight = 5
|
||||
weight = 9
|
||||
icon = "preferences-system-network"
|
||||
name = "ssh"
|
||||
placeholder = "SSH"
|
||||
|
|
@ -202,21 +202,23 @@ history = true
|
|||
refresh = true
|
||||
|
||||
[builtins.switcher]
|
||||
weight = 5
|
||||
weight = 12
|
||||
name = "switcher"
|
||||
placeholder = "Switcher"
|
||||
prefix = "/"
|
||||
|
||||
[builtins.websearch]
|
||||
keep_selection = true
|
||||
weight = 5
|
||||
weight = 1
|
||||
icon = "applications-internet"
|
||||
name = "websearch"
|
||||
placeholder = "Websearch"
|
||||
switcher_only = true
|
||||
|
||||
[[builtins.websearch.entries]]
|
||||
name = "DuckDuckGo"
|
||||
url = "https://duckduckgo.com/?q=%TERM%"
|
||||
switcher_only = true
|
||||
|
||||
[[builtins.websearch.entries]]
|
||||
name = "Ecosia"
|
||||
|
|
@ -238,9 +240,9 @@ show_icon_when_single = true
|
|||
|
||||
[builtins.translation]
|
||||
delay = 1000
|
||||
weight = 5
|
||||
weight = 4
|
||||
name = "translation"
|
||||
icon = "accessories-dictionary"
|
||||
placeholder = "Translation"
|
||||
switcher_only = false
|
||||
switcher_only = true
|
||||
provider = "googlefree"
|
||||
|
|
|
|||
Loading…
Reference in New Issue