Anthony E. Greene wrote:
> Add the commands to ~/.bash_profile within an if loop that checks to see
> if you're running X:
> 
>   if [ -n "$DISPLAY" ] ; then
>     xset whatever
>   fi

  Thanks, that will do it.. there should be another way though.

-- 
Herculano de Lima Einloft Neto <[EMAIL PROTECTED]>


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to