Skip to content

Instantly share code, notes, and snippets.

@mrosset
Created February 25, 2011 22:47
Show Gist options
  • Select an option

  • Save mrosset/844658 to your computer and use it in GitHub Desktop.

Select an option

Save mrosset/844658 to your computer and use it in GitHub Desktop.
#!/bin/sh
cd ~/
if [[ $(uname) != "Darwin" ]]; then
pulseaudio --start
xsetroot -cursor_name left_ptr
xsetroot -bg "#121212" -mod 3 3
xscreensaver -no-splash &
chromium&
urxvt&
urxvt&
status
if [ $HOSTNAME != "jupiter.local" ];
then
synergyc jupiter.local
else
synergys --name jupiter.local
fi
exec ck-launch-session dwm_session
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment