mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-17 21:26:20 +00:00
10 lines
197 B
Bash
Executable file
10 lines
197 B
Bash
Executable file
#!/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
|