2018-03-10 04:04:29 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# Set wallpaper
|
|
|
|
#wal -i "$(< "${HOME}/.cache/wal/wal")"
|
|
|
|
|
|
|
|
# Initial workspace and startup app
|
|
|
|
i3-msg "workspace 2"
|
2018-05-16 16:22:26 +00:00
|
|
|
uxterm -e "center-float && $SHELL -l" &
|
2018-03-10 04:04:29 +00:00
|
|
|
|
|
|
|
# sleep a bit to allow polybar to fully load
|
|
|
|
sleep 3
|
|
|
|
nextcloud &
|
|
|
|
remmina --icon &
|
|
|
|
slack &
|
2018-04-11 15:43:49 +00:00
|
|
|
discord &
|
2018-03-10 04:04:29 +00:00
|
|
|
|