Skip to content

Instantly share code, notes, and snippets.

@notbenh
Created August 29, 2012 22:00
Show Gist options
  • Save notbenh/3519473 to your computer and use it in GitHub Desktop.
Save notbenh/3519473 to your computer and use it in GitHub Desktop.
xinitrc
#!/bin/bash
export BROWSER=firefox
xrdb -merge .Xresources
trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --height 10 --transparent true --tint 0x000000 &
gnome-settings-daemon
if [ -x /usr/bin/gnome-power-manager ] ; then
sleep 1
gnome-power-manager
else
batti &
fi
if [ -x /usr/bin/nm-applet ] ; then
nm-applet --sm-disable &
fi
xsetroot --solid "#222222" &
exec xmonad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment