Shell script to be automatically run after I logged in and X-server started
OUTDATED! Now all this is located in ~/.xinitrc!
#!/bin/sh
# Run some programs
psi &
# Start hamachi
hamachi start && hamachi login
for i in $(cat hamachi-networks)
do
hamachi go-online "$i"
done
# Display calendar and upcoming events
pal --nocolor | xmessage -center -file -