Skip to content

Instantly share code, notes, and snippets.

@mrosset
Created March 3, 2011 11:22
Show Gist options
  • Select an option

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

Select an option

Save mrosset/852635 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 &
google-chrome&
urxvt&
urxvt&
status
if [ $HOSTNAME != "jupiter" ];
then
synergyc jupiter
else
synergys --name jupiter
fi
#exec ck-launch-session pekwm
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