Files
lnx-arch/dots/bin/startup.sh
committer@t470p 6f613e8ee1 u
2024-11-16 22:56:05 -05:00

27 lines
544 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
display_setup=ds-${HOSTNAME}-11
${!display_setup} # display setup
#nextcloud & # nextcloud file sync
#pcloud & # pcloud service
#protonvpn-app & # vpn
fi