misc changes

This commit is contained in:
stupidcomputer 2024-12-31 11:05:30 -06:00
parent b5e636b4d7
commit 606de89b8c
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@
SHOW_REGISTRATION_BUTTON = false;
DISABLE_REGISTRATION = true;
};
settings.ui.DEFAULT_THEME = "arc-green";
settings.api.ENABLE_SWAGGER = false;
settings.server = {
DOMAIN = "git.beepboop.systems";

View File

@ -26,7 +26,7 @@ EOF
"run-scrcpy")
while true; do
if ! pkill -c scrcpy; then
nohup scrcpy --window-title="phonercon" > /dev/null &
nohup scrcpy -Sw --window-title="phonercon" > /dev/null &
sleep 1
num_jobs=$(jobs | wc -l)
if [ $num_jobs -gt 0 ]; then