add aristotle-vnc to bspwm-copernicus-welcome

This commit is contained in:
stupidcomputer 2025-01-25 17:46:20 -06:00
parent c6237bd0ae
commit fa8579a77b

View File

@ -25,7 +25,7 @@ EOF
;; ;;
"run-scrcpy") "run-scrcpy")
while true; do while true; do
if ! pkill -c scrcpy; then if [ "$(pkill -c scrcpy)" -eq 0 ]; then
nohup scrcpy -Sw --window-title="phonercon" > /dev/null & nohup scrcpy -Sw --window-title="phonercon" > /dev/null &
sleep 1 sleep 1
num_jobs=$(jobs | wc -l) num_jobs=$(jobs | wc -l)
@ -36,7 +36,9 @@ EOF
fi fi
fi fi
done done
exit ;;
"run-x11vnc")
nohup aristotle-vnc > /dev/null &
;; ;;
"inner") "inner")
tmux \ tmux \