updated walker
parent
7416a27854
commit
a5405add15
|
|
@ -78,7 +78,7 @@ weight = 5
|
|||
placeholder = "Bookmarks"
|
||||
name = "bookmarks"
|
||||
icon = "bookmark"
|
||||
switcher_only = true
|
||||
switcher_only = false
|
||||
|
||||
[[builtins.bookmarks.entries]]
|
||||
label = "Walker"
|
||||
|
|
@ -91,14 +91,14 @@ weight = 5
|
|||
placeholder = "Screen/Window Picker"
|
||||
show_sub_when_single = true
|
||||
name = "xdphpicker"
|
||||
switcher_only = true
|
||||
switcher_only = false
|
||||
|
||||
[builtins.ai]
|
||||
weight = 5
|
||||
placeholder = "AI"
|
||||
name = "ai"
|
||||
icon = "help-browser"
|
||||
switcher_only = true
|
||||
switcher_only = false
|
||||
show_sub_when_single = true
|
||||
|
||||
[[builtins.ai.anthropic.prompts]]
|
||||
|
|
@ -132,12 +132,12 @@ avoid_line_breaks = true
|
|||
placeholder = "Clipboard"
|
||||
image_height = 300
|
||||
max_entries = 10
|
||||
switcher_only = true
|
||||
switcher_only = false
|
||||
|
||||
[builtins.commands]
|
||||
weight = 5
|
||||
icon = "utilities-terminal"
|
||||
switcher_only = true
|
||||
switcher_only = false
|
||||
name = "commands"
|
||||
placeholder = "Commands"
|
||||
|
||||
|
|
@ -152,7 +152,7 @@ exec = "wl-copy"
|
|||
weight = 5
|
||||
name = "emojis"
|
||||
placeholder = "Emojis"
|
||||
switcher_only = true
|
||||
switcher_only = false
|
||||
history = true
|
||||
typeahead = true
|
||||
show_unqualified = false
|
||||
|
|
@ -162,7 +162,7 @@ after_copy = ""
|
|||
weight = 5
|
||||
name = "symbols"
|
||||
placeholder = "Symbols"
|
||||
switcher_only = true
|
||||
switcher_only = false
|
||||
history = true
|
||||
typeahead = true
|
||||
|
||||
|
|
@ -197,7 +197,7 @@ weight = 5
|
|||
icon = "preferences-system-network"
|
||||
name = "ssh"
|
||||
placeholder = "SSH"
|
||||
switcher_only = true
|
||||
switcher_only = false
|
||||
history = true
|
||||
refresh = true
|
||||
|
||||
|
|
@ -217,7 +217,7 @@ placeholder = "Websearch"
|
|||
[[builtins.websearch.entries]]
|
||||
name = "DuckDuckGo"
|
||||
url = "https://duckduckgo.com/?q=%TERM%"
|
||||
switcher_only = true
|
||||
switcher_only = false
|
||||
|
||||
[[builtins.websearch.entries]]
|
||||
name = "Google"
|
||||
|
|
@ -226,19 +226,19 @@ url = "https://www.google.com/search?q=%TERM%"
|
|||
[[builtins.websearch.entries]]
|
||||
name = "Ecosia"
|
||||
url = "https://www.ecosia.org/search?q=%TERM%"
|
||||
switcher_only = true
|
||||
switcher_only = false
|
||||
|
||||
[[builtins.websearch.entries]]
|
||||
name = "Yandex"
|
||||
url = "https://yandex.com/search/?text=%TERM%"
|
||||
switcher_only = true
|
||||
switcher_only = false
|
||||
|
||||
[builtins.dmenu]
|
||||
hidden = true
|
||||
weight = 5
|
||||
name = "dmenu"
|
||||
placeholder = "Dmenu"
|
||||
switcher_only = true
|
||||
switcher_only = false
|
||||
show_icon_when_single = true
|
||||
|
||||
[builtins.translation]
|
||||
|
|
@ -247,5 +247,5 @@ weight = 5
|
|||
name = "translation"
|
||||
icon = "accessories-dictionary"
|
||||
placeholder = "Translation"
|
||||
switcher_only = true
|
||||
switcher_only = false
|
||||
provider = "googlefree"
|
||||
|
|
|
|||
Loading…
Reference in New Issue