]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_xinitrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _xinitrc
index 7206a4b1d301ca6517b333461d73b6450452ad9c..f221e9d28730b534359cca77b6fb7c2f15d34711 100644 (file)
@@ -50,7 +50,9 @@ GTK_IM_MODULE="uim"; export GTK_IM_MODULE
 xhost +localhost
 
 # Set the mouse speed
-xset m 5 4
+if [ `hostname` != "seras" ]; then
+    xset m 5 4
+fi
 
 # Launch ssh-agent-manager
 if which ssh-agent-manager 2>&1 >/dev/null; then
@@ -60,7 +62,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 &
+#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