Hypridle, searxng
This commit is contained in:
parent
9ff8e28664
commit
d0fc98ca4f
3 changed files with 28 additions and 0 deletions
5
niri/bin/start-searxng.sh
Executable file
5
niri/bin/start-searxng.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue