Files
lnx-arch/dots/bin/startup.sh

24 lines
464 B
Bash
Raw Normal View History

2024-04-30 21:26:27 -05:00
#!/usr/bin/env bash
# klevstul
2024-11-16 22:46:58 -05:00
# start miscellaneous applications
2024-05-11 20:47:15 -05:00
2024-11-16 22:46:58 -05:00
if [[ "${XWM}" == "hyprland" ]]; then
2024-05-11 20:47:15 -05:00
2024-11-16 22:46:58 -05:00
#hyprpaper &
#waybar &
#hypridle &
#hyprdim --strength 0.1 --dialog-dim 0.1 --duration 500 --no-dim-when-only &
2024-05-01 11:15:00 -05:00
2024-11-16 22:46:58 -05:00
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