X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_xinitrc;h=6698c21770d8d74497e00e90cddf99f216b28386;hb=a236a7900c78ffddbb4b4b154820f1b4f5ab1065;hp=84cac20dec9df75a97e01d715599fa843eda9f49;hpb=bc11973b964301d6dac33915f1e36ea5babb8ee7;p=sugar.git diff --git a/dot-files/_xinitrc b/dot-files/_xinitrc index 84cac20..6698c21 100644 --- a/dot-files/_xinitrc +++ b/dot-files/_xinitrc @@ -54,6 +54,9 @@ if [ `hostname` != "seras" ]; then xset m 5 4 fi +# Disable the beep / bell. +xset -b + # Launch ssh-agent-manager if which ssh-agent-manager 2>&1 >/dev/null; then eval `ssh-agent-manager -s` @@ -62,10 +65,11 @@ fi echo ".xinitrc is going to exec window manager..." # start the window manager -if which quartz-wm 2>&1 >/dev/null; then - quartz-wm --only-proxy & -fi +#if which quartz-wm 2>&1 >/dev/null; then +# quartz-wm --only-proxy & +#fi if which vmware-user 2>&1 >/dev/null; then vmware-user & fi -exec fluxbox +exec /usr/pkg/bin/fluxbox +exec /usr/pkg/bin/twm