Created
August 29, 2012 22:00
-
-
Save notbenh/3519473 to your computer and use it in GitHub Desktop.
xinitrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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