diff options
author | toni <matzeton@googlemail.com> | 2013-05-03 09:26:52 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2013-05-03 09:26:52 +0200 |
commit | 7e8e5a0a33757d43a0331e0a2d114d6f2d9501a8 (patch) | |
tree | 1656821efd58d2fb042b3672ef508f2f9ae80271 /configs | |
parent | 8f2139ba71aea92318300372b930ff5eaa2189b7 (diff) |
xinitrc: xscreensaver support
Diffstat (limited to 'configs')
-rw-r--r-- | configs/xinitrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/xinitrc b/configs/xinitrc index f4616f2..e834bc5 100644 --- a/configs/xinitrc +++ b/configs/xinitrc @@ -13,4 +13,7 @@ trayer --edge bottom --align left --SetDockType true --SetPartialStrut false --e # starting gpg daemon gpg-agent --daemon --use-standard-socket +# activating xscreensaver +xscreensaver -nosplash & + exec ck-launch-session dbus-launch xmonad |