On 02-Oct-2003/17:45 -0300, Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> wrote:
>
>  I've tried ~/.Xclients, even ~/.xinitrc, with full paths, with exec &,
>but nothing. I give up. Anyone?

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


Tony
-- 
Anthony E. Greene <mailto:[EMAIL PROTECTED]>
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Messenger: TonyG05    HomePage: <http://www.pobox.com/~agreene/>
Linux. The choice of a GNU generation <http://www.linux.org/>


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

Reply via email to