Files
lnx-arch/dots/bin/startup.sh
committer@t470p eb120fbeed u
2024-11-16 22:49:35 -05:00

26 lines
506 B
Bash
Executable File

#!/usr/bin/env bash
# klevstul
# start miscellaneous applications
if [[ "${XWM}" == "hyprland" ]]; then
echo "<< hyprland >>"
#hyprpaper &
#waybar &
#hypridle &
#hyprdim --strength 0.1 --dialog-dim 0.1 --duration 500 --no-dim-when-only &
elif [[ "${XWM}" == "i3" ]]; then
echo "<< i3wm >>"
/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
fi