Skip to content

Instantly share code, notes, and snippets.

@mhaley
Created May 3, 2010 16:03
Show Gist options
  • Save mhaley/388233 to your computer and use it in GitHub Desktop.
Save mhaley/388233 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Load resources
xrdb -merge .Xresources
# Set up an icon tray
trayer --edge top --align right --SetDockType true --SetPartialStrut true \
--expand true --width 10 --transparent true --tint 0x191970 --height 12 &
# Set the background color
xsetroot -solid midnightblue
# Fire up apps
#gajim &
xscreensaver -no-splash &
if [ -x /usr/bin/nm-applet ] ; then
nm-applet --sm-disable &
fi
# if [ -x /usr/bin/gnome-power-manager ] ; then
# sleep 3
# gnome-power-manager &
# fi
exec /usr/bin/xmonad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment