From 52c714ace89af462a688fb834c3469d504d39dae Mon Sep 17 00:00:00 2001 From: "committer@t470p" Date: Sun, 17 Nov 2024 08:28:41 -0500 Subject: [PATCH] / startup.sh with display setup, keyring population and program starting --- dots/bin/startup.sh | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/dots/bin/startup.sh b/dots/bin/startup.sh index 31a5ae2..8621207 100755 --- a/dots/bin/startup.sh +++ b/dots/bin/startup.sh @@ -23,7 +23,6 @@ ds-tuxwarrior-11() { i3-msg "rename workspace 2 to 1" } - if [[ "${XWM}" == "hyprland" ]]; then echo "<< hyprland >>" @@ -37,21 +36,16 @@ elif [[ "${XWM}" == "i3" ]]; then echo "<< i3wm >>" # display setup - - - - #/home/poq/syncDir/secrets/keyring/add_keyring_secrets.sh - #sleep .5 display_setup=ds-${HOSTNAME}-11 ${display_setup} -# eval "${display_setup}" -# ${display_setup} -# bash -c ${display_setup} + # populate keyring, and sleep to make sure it takes effect before apps start + /home/poq/syncDir/secrets/keyring/add_keyring_secrets.sh + sleep 2.5 -# bash -c ${display_setup} # display setup - #nextcloud & # nextcloud file sync - #pcloud & # pcloud service - #protonvpn-app & # vpn + # start miscellanous programs + nextcloud & # nextcloud file sync + pcloud & # pcloud service + protonvpn-app & # vpn fi