mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-18 09:06:20 +00:00
Add torbrowser image
This commit is contained in:
parent
158473882f
commit
2b9e731a00
5 changed files with 90 additions and 0 deletions
10
torbrowser/20-torbrowser.sh
Executable file
10
torbrowser/20-torbrowser.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue