From 5a77966102ceee74f2cb48822eb979f4eb0d0997 Mon Sep 17 00:00:00 2001 From: shoofle Date: Sat, 3 Aug 2024 15:56:15 -0400 Subject: [PATCH] steps to make it run on boot --- readme.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 47f0724..61d53ee 100644 --- a/readme.md +++ b/readme.md @@ -12,4 +12,14 @@ sudo apt install obs-studio # optional for testing? sudo apt install python3-pipenv pipenv lock # ? pipenv install -pipenv run python3 webcam.py \ No newline at end of file +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?