Adds plugins to anyrun
This commit is contained in:
parent
12b42bd9e8
commit
f0418ffa2b
3 changed files with 7 additions and 1 deletions
|
|
@ -43,5 +43,7 @@ Config(
|
|||
"libsymbols.so",
|
||||
"libshell.so",
|
||||
"libtranslate.so",
|
||||
"librink.so",
|
||||
"libwebsearch.so"
|
||||
],
|
||||
)
|
||||
|
|
|
|||
4
.config/anyrun/websearch.ron
Normal file
4
.config/anyrun/websearch.ron
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Config(
|
||||
prefix: "?",
|
||||
engines: [DuckDuckGo, Custom(name: "YouTube", url: "www.youtube.com/results?search_query={}")]
|
||||
)
|
||||
|
|
@ -24,7 +24,7 @@ Host github.com
|
|||
IdentityFile ~/.ssh/github.key
|
||||
User git
|
||||
|
||||
Host pandorasboxserver
|
||||
Host gameserver
|
||||
HostName 85.215.131.106
|
||||
IdentityFile ~/.ssh/pandorasboxserver.key
|
||||
User fedde
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue