Skip to content

Instantly share code, notes, and snippets.

@theopak
Created February 2, 2012 00:01
Show Gist options
  • Select an option

  • Save theopak/1720265 to your computer and use it in GitHub Desktop.

Select an option

Save theopak/1720265 to your computer and use it in GitHub Desktop.
# Source scripts in /etc/X11/xinit/xinitrc.d/
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
# initial user settings
xsetroot -cursor_name left_ptr &
xmodmap .Xmodmap &
# start the tray and tray applications
trayer --edge bottom --align right --SetDockType true --SetPartialStrut true --expand true --widthtype percent --width 5 --transparent true --alpha 1 --tint 0x000000 --heighttype pixel --height 19 &
volwheel &
wicd-gtk &
tidybattery &
# application preload
google-chrome &
# set the background
feh --bg-fill .wallpaper.png &
# start window manager
exec ck-launch-session xmonad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment