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