archlinux/torbrowser/20-torbrowser.sh

10 lines
197 B
Bash
Raw Normal View History

2024-07-25 01:50:00 +00:00
#!/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