Compare commits
No commits in common. "fded58d5aace183d9e7c15aaea24c158ad445b1a" and "196b5e1de06341f6c2559a0716cacba66d660c7c" have entirely different histories.
fded58d5aa
...
196b5e1de0
3 changed files with 0 additions and 25 deletions
|
@ -102,12 +102,6 @@ in {
|
|||
url = "https://github.com/element-hq/element-web/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
|
||||
}
|
||||
|
||||
{
|
||||
name = "Extensions";
|
||||
shortcut = "ex";
|
||||
url = "https://chromewebstore.google.com/search/{searchTerms}";
|
||||
}
|
||||
|
||||
{
|
||||
name = "Flathub";
|
||||
shortcut = "fh";
|
||||
|
@ -144,12 +138,6 @@ in {
|
|||
url = "https://github.com/i3/i3/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
|
||||
}
|
||||
|
||||
{
|
||||
name = "Kagi";
|
||||
shortcut = "k";
|
||||
url = "https://kagi.com?q={searchTerms}";
|
||||
}
|
||||
|
||||
{
|
||||
name = "Lutris";
|
||||
shortcut = "l";
|
||||
|
|
|
@ -353,13 +353,6 @@ in {
|
|||
URLTemplate = "https://github.com/i3/i3/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
|
||||
}
|
||||
|
||||
{
|
||||
Name = "Kagi";
|
||||
Alias = "k";
|
||||
IconURL = "https://kagi.com/asset/v2/favicon-32x32.png";
|
||||
URLTemplate = "https://kagi.com?q={searchTerms}";
|
||||
}
|
||||
|
||||
{
|
||||
Name = "Lutris";
|
||||
Alias = "l";
|
||||
|
|
|
@ -86,12 +86,6 @@ case "$1" in
|
|||
url="https://github.com/i3/i3/issues?q=is%3Aissue+is%3Aopen+"
|
||||
query="${1:3}"
|
||||
;;
|
||||
'k '*)
|
||||
label="Kagi"
|
||||
icon="kagi"
|
||||
url="https://kagi.com?q="
|
||||
query="${1:2}"
|
||||
;;
|
||||
'l '*)
|
||||
label="Lutris"
|
||||
icon="lutris"
|
||||
|
|
Loading…
Add table
Reference in a new issue