/ introduce use of startup.sh

This commit is contained in:
committer@t470p
2024-11-16 22:46:58 -05:00
parent d661acf290
commit 7462d50273
2 changed files with 21 additions and 10 deletions

View File

@@ -2,12 +2,22 @@
# klevstul
# applications are started directly, via i3 config
# start miscellaneous applications
#hyprpaper &
#waybar &
#hypridle &
#hyprdim --strength 0.1 --dialog-dim 0.1 --duration 500 --no-dim-when-only &
if [[ "${XWM}" == "hyprland" ]]; then
#nextcloud &
#hyprpaper &
#waybar &
#hypridle &
#hyprdim --strength 0.1 --dialog-dim 0.1 --duration 500 --no-dim-when-only &
elif [[ "${XWM}" == "i3" ]]; then
/home/poq/syncDir/secrets/keyring/add_keyring_secrets.sh
sleep .5
ds-${HOSTNAME}-11 # display setup
nextcloud & # nextcloud file sync
pcloud & # pcloud service
protonvpn-app & # vpn
if