steps to make it run on boot

This commit is contained in:
Shoofle 2024-08-03 15:56:15 -04:00
parent be4586dc53
commit 5a77966102

View File

@ -13,3 +13,13 @@ sudo apt install python3-pipenv
pipenv lock # ? pipenv lock # ?
pipenv install pipenv install
pipenv run python3 webcam.py pipenv run python3 webcam.py
add the following to ~/.config/wayfire.ini to make it autorun at startup
[autostart]
pipenv = cd /home/pi/mirror-to-yesterday; pipenv run python3 webcam.py
screensaver = false
dpms = false
maybe take security steps? disable keyboards? how are we gonna secure this?