mirror of
https://gitlab.com/thebiblelover7/dotfiles.git
synced 2025-09-13 15:13:49 +00:00
added nvim and others
This commit is contained in:
32
.config/albert/org.albert.extension.websearch/engines.json
Normal file
32
.config/albert/org.albert.extension.websearch/engines.json
Normal file
@@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"iconPath": ":duckduckgo",
|
||||
"name": "DuckDuckGo",
|
||||
"trigger": "dd ",
|
||||
"url": "https://duckduckgo.com/?q=%s"
|
||||
},
|
||||
{
|
||||
"iconPath": "/home/adriel/.config/albert/org.albert.extension.websearch/{d7c7cd85-d4b4-4a25-ad3d-94026469ef9f}.",
|
||||
"name": "YewTube",
|
||||
"trigger": "yt ",
|
||||
"url": "https://yewtu.be/results?search_query=%s"
|
||||
},
|
||||
{
|
||||
"iconPath": ":github",
|
||||
"name": "GitHub",
|
||||
"trigger": "gh ",
|
||||
"url": "https://github.com/search?utf8=✓&q=%s"
|
||||
},
|
||||
{
|
||||
"iconPath": ":amazon",
|
||||
"name": "Amazon",
|
||||
"trigger": "ama ",
|
||||
"url": "http://www.amazon.com/s/?field-keywords=%s"
|
||||
},
|
||||
{
|
||||
"iconPath": ":wolfram",
|
||||
"name": "Wolfram Alpha",
|
||||
"trigger": "=",
|
||||
"url": "https://www.wolframalpha.com/input/?i=%s"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user