Ryan wrote:
> Hi, I was wondering how I set environment variables to be set when the 
> computer boots up. I put it in my .bashrc, is that right? Also, how do I 
> get xscreensaver to start at start of  x?
> 
> Cirdan.
You can put these commands into your ~/.xinitrc like that:

#!/bin/sh
thunderbird &
xscreensaver &
exec openbox

-- 
Gruß, Johannes
http://www.hehejo.de

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to