Hypridle, searxng

This commit is contained in:
Aleksandr Lebedev 2026-02-05 13:06:33 +01:00
parent 9ff8e28664
commit d0fc98ca4f
3 changed files with 28 additions and 0 deletions

5
niri/bin/start-searxng.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
cd "$HOME/Git/searxng"
. venv/bin/activate
export SEARXNG_SETTINGS_PATH="$HOME/Git/searxng/searx/settings.yml"
exec python searx/webapp.py