diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-04-13 15:27:32 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-04-13 15:27:32 +0200 |
commit | 62c451a6e14b36f623a6d9483175d068a53d1141 (patch) | |
tree | 03db9b181b92aeb76d195fd9e091f4ce01d7caa0 | |
parent | 153e4eb83a9176df2eb7fb3940ebc1a73f6d5520 (diff) |
Update xinitrc
-rwxr-xr-x | xorg/xinitrc | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/xorg/xinitrc b/xorg/xinitrc index ff22ac0..e65fb7d 100755 --- a/xorg/xinitrc +++ b/xorg/xinitrc @@ -1,9 +1,10 @@ #!/bin/bash -WM='wmii' +setxkbmap de neo +xset +fp /usr/share/fonts/local +xset fp rehash +xrandr --output LVDS1 --off --output VGA1 --auto +feh --bg-scale media/bilder/wallpaper/wood_3.png +xscreensaver -no-splash & -feh --bg-scale ~/media/pictures/wallpaper/li02.jpg -keychain --clear -q ~/.ssh/id_rsa -source ~/.keychain/`hostname`-sh > /dev/null - -exec $WM +exec ssh-agent i3 |