From f0418ffa2becc616b3f1003ecd6060b9fb73a04a Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Fri, 11 Apr 2025 20:19:17 +0200 Subject: [PATCH] Adds plugins to anyrun --- .config/anyrun/config.ron | 2 ++ .config/anyrun/websearch.ron | 4 ++++ .ssh/config | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .config/anyrun/websearch.ron 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