Skip to content

Instantly share code, notes, and snippets.

@bfabry
Created November 13, 2012 10:29
Show Gist options
  • Save bfabry/4065074 to your computer and use it in GitHub Desktop.
Save bfabry/4065074 to your computer and use it in GitHub Desktop.
#!/bin/bash
#xrdb -merge .Xresources
trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 15 --height 12 --transparent true --tint 0x000000 &
gnome-screensaver &
gnome-settings-daemon &
if [ -x /usr/bin/nm-applet ] ; then
nm-applet --sm-disable &
fi
exec xmonad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment