scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 0de9d7446ce71429d4bd8489620ff3aee5297d35
parent f9aa84e78e51fec65c842115d3a6df2f7b8142a4
Author: Andrew Laack <andrew@laack.co>
Date:   Mon, 14 Jul 2025 15:08:12 -0500

Updated new workspace script

Diffstat:
Minit-screen.sh | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/init-screen.sh b/init-screen.sh @@ -31,16 +31,16 @@ if [ ! -d "$directory" ]; then exit 1 fi -qutebrowser --target window "uws.instructure.com" & +qutebrowser --target window & cd "$directory" st & -# use your own url - # wait long enough for browser to load in sleep 1.25s dirWO=$(echo $directory | sed "s/\// /g"| cut -c 2- | awk '{print $NF}') # st -e abduco -A "$dirWO" dvtm -st -e tmux new-session -A -s $dirWO +st -e tmux new-session -A -s $dirWO & +sleep .2s # emacsclient -c & +st &