/ introduce use of startup.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user