Add torbrowser image

This commit is contained in:
Myve 2024-07-25 01:50:00 +00:00
commit 2b9e731a00
5 changed files with 90 additions and 0 deletions

10
torbrowser/20-torbrowser.sh Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
# i3/torbrowser startup
install /dev/stdin ~/.config/i3/startapp.sh <<- startup
#!/usr/bin/env bash
# Run torbrowser
while true
do
/usr/bin/torbrowser-launcher
done
startup