Current Revision
posted by ArielMT
on April 23, 2012 06:24:07
Showing changes from revision #1:
Added | Removed
#!/bin/bash setxkbmap us dvorak-classic xrdb -load $HOME/.Xresources #xsetroot -solid gray & # Compositing effects faster than compiz and WM-agnostic xcompmgr -c -C -f -F & # Set the initial wallpaper. Edit .xpapers to change it. if [ -f $HOME/.xpapers ] then . $HOME/.xpapers $SETROOTPAPER $LANDPAPER & fi # Every time we add an icon to ~/.desklaunchrc, add 26 to X here stalonetray --geometry 4x1+157+1 --grow-gravity W & desklaunch & # Start monitors xclock -g 50x50+18+30 -bw 0 & xload -g 50x50+18+88 -bw 0 & # Start tray applications cellwriter & wicd-client -t & # exec wm2 exec flwm


