diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-02-12 17:32:00 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-02-12 17:32:00 +0100 |
commit | e62a47f5067dff4400908df5754a6103536833a8 (patch) | |
tree | ec93dd9e1145137f8b43912b9e5453f9c322b4c9 | |
parent | b66de3859c17d9a283c77e0eb1c01b6ddb023059 (diff) |
Added xscreensaver to xinitrc
-rwxr-xr-x | xorg/xinitrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg/xinitrc b/xorg/xinitrc index a7d6e5a..85ec5d4 100755 --- a/xorg/xinitrc +++ b/xorg/xinitrc @@ -6,6 +6,8 @@ export XDG_DESKTOP_DIR=~/.desktop keychain --clear -q ~/.ssh/id_rsa source ~/.keychain/`hostname`-sh > /dev/null blueman-applet & +xscreensaver -nosplash & xrandr --dpi 86 + exec $WM |