diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-06-16 09:56:03 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-06-16 09:56:03 +0200 |
commit | 21967753a09265554ff2909898dd96ebf2c46896 (patch) | |
tree | 83ef95e514edfa3d8b9e813b54b86483b7bdd746 /xorg | |
parent | b69bbad15dcfd547427a98d6a40d8642a74d7f8c (diff) |
New everything
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/xinitrc | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/xorg/xinitrc b/xorg/xinitrc index ae13a2f..ff22ac0 100755 --- a/xorg/xinitrc +++ b/xorg/xinitrc @@ -1,19 +1,9 @@ #!/bin/bash -#WM='sithwm' -WM='xfce4-session' -#WM='scrotwm' -#WM='wmii' -#WM='wmfs' -#WM='dwm' - -export XDG_DESKTOP_DIR=~/.desktop +WM='wmii' +feh --bg-scale ~/media/pictures/wallpaper/li02.jpg keychain --clear -q ~/.ssh/id_rsa source ~/.keychain/`hostname`-sh > /dev/null -blueman-applet & -xscreensaver -nosplash & -xrandr --dpi 86 -#feh --bg-scale ~/media/pictures/wallpaper/treeoflife.jpg exec $WM |