diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-05-17 14:08:51 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-05-17 14:08:51 +0200 |
commit | 6897dcd29c7548995a52888c29ce2baac73e20ae (patch) | |
tree | a0b36bc14e1e5242ac059de6f4c79a725368644c /xorg | |
parent | 969e189c5b265643a2a965904e72e071918fa579 (diff) |
xinit update
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/xinitrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg/xinitrc b/xorg/xinitrc index 0b8b109..966209b 100755 --- a/xorg/xinitrc +++ b/xorg/xinitrc @@ -3,6 +3,7 @@ #WM='sithwm' WM='xfce4-session' #WM='scrotwm' +#WM='wmii' export XDG_DESKTOP_DIR=~/.desktop @@ -11,5 +12,6 @@ source ~/.keychain/`hostname`-sh > /dev/null blueman-applet & xscreensaver -nosplash & xrandr --dpi 86 +#feh --bg-scale ~/media/pictures/wallpaper/treeoflife.jpg exec $WM |