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:
nevaforget 2026-03-31 09:58:13 +02:00
parent f2a28f8577
commit ca7f9bb79e

View File

@ -49,7 +49,6 @@ show_actions = ["alt j"]
default = [
"desktopapplications",
"calc",
"websearch",
]
empty = ["desktopapplications"]
max_results = 50
@ -66,6 +65,10 @@ empty = ["bluetooth"]
default = ["wireplumber"]
empty = ["wireplumber"]
[providers.sets.sessions]
default = ["nirisessions"]
empty = ["nirisessions"]
[[providers.prefixes]]
prefix = ";"
provider = "providerlist"
@ -78,26 +81,14 @@ provider = "runner"
prefix = "/"
provider = "files"
[[providers.prefixes]]
prefix = "."
provider = "symbols"
[[providers.prefixes]]
prefix = "="
provider = "calc"
[[providers.prefixes]]
prefix = "@"
provider = "websearch"
[[providers.prefixes]]
prefix = ":"
provider = "clipboard"
[[providers.prefixes]]
prefix = "$"
provider = "windows"
[providers.clipboard]
time_format = "relative"
@ -150,26 +141,12 @@ wireplumber = [
{ 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 = [
{ action = "copy", default = true, bind = "Return" },
{ action = "delete", bind = "ctrl 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 = [
{ action = "open", default = true, bind = "Return" },
{ action = "opendir", label = "open dir", bind = "ctrl Return" },
@ -182,6 +159,3 @@ runner = [
{ action = "runterminal", label = "run in terminal", bind = "shift Return" },
]
symbols = [
{ action = "run_cmd", label = "select", default = true, bind = "Return" },
]