diff --git a/.config/anyrun/config.ron b/.config/anyrun/config.ron index 9c956bd..b9813a8 100644 --- a/.config/anyrun/config.ron +++ b/.config/anyrun/config.ron @@ -43,5 +43,7 @@ Config( "libsymbols.so", "libshell.so", "libtranslate.so", + "librink.so", + "libwebsearch.so" ], ) diff --git a/.config/anyrun/websearch.ron b/.config/anyrun/websearch.ron new file mode 100644 index 0000000..ebdc55c --- /dev/null +++ b/.config/anyrun/websearch.ron @@ -0,0 +1,4 @@ +Config( + prefix: "?", + engines: [DuckDuckGo, Custom(name: "YouTube", url: "www.youtube.com/results?search_query={}")] +) diff --git a/.ssh/config b/.ssh/config index 1e185dd..a858536 100644 --- a/.ssh/config +++ b/.ssh/config @@ -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