#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin""starter/base_filMgrTermBrows.sh"  - in specified wrkSpc, setup [filMgr, terminal, browser] 
#]    this is used to make it easier to place projects in workSpaces
# www.BillHowell.ca  18May2025


# Example of setting up from within a workSpace :
#	1. set below the wrkSpc that you want to use
#	2. example: 
#			type on the cmd line (in order) :  '1a 22 22a 37'
#			1a		base_filMgrTermBrows.sh		- in wrkSpc, setup [filMgr, terminal, browser]
#			22		pgm_bash fileops.sh			- library [view, edit, run, test]*[data, var, func, etc]s 
#			22b	pgm_bash strings.sh			- library [view, edit, run, test]*[data, var, func, etc]s 
#	NOTE:  Any menu selection could reset the WrkSpc, so FIRST select menu items that don't change wrkSpc.
#			None of the selections in the example above change the current workSpace.

# wkSpc = dskTop+1: 
dskTop=3
echo "base_filMgrTermBrows.sh is running in wrkSpc $dskTop+1"
wmctrl -s "$dskTop"



	bash "$goApp"	"$delay_fmg"	"filemgr"	""					''
	bash "$goApp"	"$delay_fmg"	"filemgr"	""					''
	bash "$goApp"	"$delay_trm"	"terminal"	""					''
	bash "$goApp"	"$delay_trm"	"terminal"	""					''
	bash "$goApp"	"$delay_brs"	"browLeft"	"http://duckduckgo.com"		''






echo "base_filMgrTermBrows.sh finished"

# enddoc
