Remove non-existent walker providers, add nirisessions set
Remove prefixes and actions for providers not installed as elephant packages: windows, symbols, websearch, archlinuxpkgs. Add provider set for nirisessions.
This commit is contained in:
parent
f2a28f8577
commit
ca7f9bb79e
@ -49,7 +49,6 @@ show_actions = ["alt j"]
|
|||||||
default = [
|
default = [
|
||||||
"desktopapplications",
|
"desktopapplications",
|
||||||
"calc",
|
"calc",
|
||||||
"websearch",
|
|
||||||
]
|
]
|
||||||
empty = ["desktopapplications"]
|
empty = ["desktopapplications"]
|
||||||
max_results = 50
|
max_results = 50
|
||||||
@ -66,6 +65,10 @@ empty = ["bluetooth"]
|
|||||||
default = ["wireplumber"]
|
default = ["wireplumber"]
|
||||||
empty = ["wireplumber"]
|
empty = ["wireplumber"]
|
||||||
|
|
||||||
|
[providers.sets.sessions]
|
||||||
|
default = ["nirisessions"]
|
||||||
|
empty = ["nirisessions"]
|
||||||
|
|
||||||
[[providers.prefixes]]
|
[[providers.prefixes]]
|
||||||
prefix = ";"
|
prefix = ";"
|
||||||
provider = "providerlist"
|
provider = "providerlist"
|
||||||
@ -78,26 +81,14 @@ provider = "runner"
|
|||||||
prefix = "/"
|
prefix = "/"
|
||||||
provider = "files"
|
provider = "files"
|
||||||
|
|
||||||
[[providers.prefixes]]
|
|
||||||
prefix = "."
|
|
||||||
provider = "symbols"
|
|
||||||
|
|
||||||
[[providers.prefixes]]
|
[[providers.prefixes]]
|
||||||
prefix = "="
|
prefix = "="
|
||||||
provider = "calc"
|
provider = "calc"
|
||||||
|
|
||||||
[[providers.prefixes]]
|
|
||||||
prefix = "@"
|
|
||||||
provider = "websearch"
|
|
||||||
|
|
||||||
[[providers.prefixes]]
|
[[providers.prefixes]]
|
||||||
prefix = ":"
|
prefix = ":"
|
||||||
provider = "clipboard"
|
provider = "clipboard"
|
||||||
|
|
||||||
[[providers.prefixes]]
|
|
||||||
prefix = "$"
|
|
||||||
provider = "windows"
|
|
||||||
|
|
||||||
[providers.clipboard]
|
[providers.clipboard]
|
||||||
time_format = "relative"
|
time_format = "relative"
|
||||||
|
|
||||||
@ -150,26 +141,12 @@ wireplumber = [
|
|||||||
{ action = "set_default_device", label = "set default", bind = "ctrl d", after = "Nothing" },
|
{ action = "set_default_device", label = "set default", bind = "ctrl d", after = "Nothing" },
|
||||||
]
|
]
|
||||||
|
|
||||||
archlinuxpkgs = [
|
|
||||||
{ action = "install", bind = "Return", default = true },
|
|
||||||
{ action = "remove", bind = "Return" },
|
|
||||||
{ action = "show_all", label = "show all", bind = "ctrl i", after = "AsyncClearReload" },
|
|
||||||
{ action = "refresh", label = "refresh", bind = "ctrl r", after = "AsyncReload" },
|
|
||||||
{ action = "visit_url", label = "open URL", bind = "ctrl o" },
|
|
||||||
{ action = "show_installed", label = "show installed", bind = "ctrl i", after = "AsyncClearReload" },
|
|
||||||
]
|
|
||||||
|
|
||||||
calc = [
|
calc = [
|
||||||
{ action = "copy", default = true, bind = "Return" },
|
{ action = "copy", default = true, bind = "Return" },
|
||||||
{ action = "delete", bind = "ctrl d", after = "AsyncReload" },
|
{ action = "delete", bind = "ctrl d", after = "AsyncReload" },
|
||||||
{ action = "delete_all", bind = "ctrl shift d", after = "AsyncReload" },
|
{ action = "delete_all", bind = "ctrl shift d", after = "AsyncReload" },
|
||||||
]
|
]
|
||||||
|
|
||||||
websearch = [
|
|
||||||
{ action = "search", default = true, bind = "Return" },
|
|
||||||
{ action = "open_url", label = "open url", default = true, bind = "Return" },
|
|
||||||
]
|
|
||||||
|
|
||||||
files = [
|
files = [
|
||||||
{ action = "open", default = true, bind = "Return" },
|
{ action = "open", default = true, bind = "Return" },
|
||||||
{ action = "opendir", label = "open dir", bind = "ctrl Return" },
|
{ action = "opendir", label = "open dir", bind = "ctrl Return" },
|
||||||
@ -182,6 +159,3 @@ runner = [
|
|||||||
{ action = "runterminal", label = "run in terminal", bind = "shift Return" },
|
{ action = "runterminal", label = "run in terminal", bind = "shift Return" },
|
||||||
]
|
]
|
||||||
|
|
||||||
symbols = [
|
|
||||||
{ action = "run_cmd", label = "select", default = true, bind = "Return" },
|
|
||||||
]
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user