#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin""starter/2_app0.sh"  - select applications, window [Size, Posn, move]
#]      programs -> [filemgr, terminal, browser, editor, email, office, pdf] 
# www.BillHowell.ca  08Jan2017 initial from RaspPi

# 21Aug2023 This file is a a "quick switch", untroduced to make it easier for my other scripts to use 'start_app.sh'.
# 21Aug2021 WARNING! in case of spaces in [dir, fname] not apo-surround :
#		bash "$goApp"	"$delay_brs"	"browser"	"'""$d_temp""'"	"'""$fCaptionRefcHtml""'"
# same for app_start, except [delay, appln] always no spaces


source  "$d_bin"'starter/2_app.sh'


# app_start args :
#				delay		appln		dir		filnm

app_start	"$1"		"$2"		"$3"		"$4"  


# examples : 
# $ bash "$d_bin""starter/start_app.sh"  'app_start  ' "2s"  "filemgr"   "/home/bill/Documents/"  ""
# $ bash "$d_bin""starter/start_app.sh"  "2s"  "terminal"  "/home/bill/Documents/"  ""
# $ bash "$d_bin""starter/start_app.sh"  "2s"  "editor"    "/home/bill/Documents/"  "_Howell email signature for Pi.txt"
# $ bash "$d_bin""starter/2_app0.sh"  "10s" "libroff"   "/media/bill/RaspPi_ext4_32Gb/Lucas - Universal Force/"  "0_Math symbols.odt"
# $ bash "$d_bin""starter/2_app0.sh"  "10s" "libroff"   "/media/bill/RaspPi_ext4_32Gb/ToDos/"  "0_calendar.ods"
# $ wmctrl -r  "0_Math symbols.odt" -e 0,913,68,905,910






# enddoc
